2 references to MethodAttributesSentinel
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Methods\RoMethod.cs (2)
52public sealed override MethodAttributes Attributes => (_lazyMethodAttributes == MethodAttributesSentinel) ? (_lazyMethodAttributes = ComputeAttributes()) : _lazyMethodAttributes; 55private volatile MethodAttributes _lazyMethodAttributes = MethodAttributesSentinel;