2 references to MethodImplAttributesSentinel
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Constructors\RoConstructor.cs (2)
55public sealed override MethodImplAttributes MethodImplementationFlags => (_lazyMethodImplAttributes == MethodImplAttributesSentinel) ? (_lazyMethodImplAttributes = ComputeMethodImplementationFlags()) : _lazyMethodImplAttributes; 58private volatile MethodImplAttributes _lazyMethodImplAttributes = MethodImplAttributesSentinel;