Class NotBurstCompatibleAttribute
Internal attribute to state that a method is not burst compatible even though the containing type is.
Namespace: Unity.Collections
Assembly: Unity.Collections.dll
Syntax
[AttributeUsage(AttributeTargets.Constructor|AttributeTargets.Method|AttributeTargets.Property)]
public class NotBurstCompatibleAttribute : Attribute