2 references to MethodAttributesSentinel
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Constructors\RoConstructor.cs (2)
45public sealed override MethodAttributes Attributes => (_lazyMethodAttributes == MethodAttributesSentinel) ? (_lazyMethodAttributes = ComputeAttributes()) : _lazyMethodAttributes; 48private volatile MethodAttributes _lazyMethodAttributes = MethodAttributesSentinel;