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