2 references to MethodImplAttributesSentinel
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Methods\RoMethod.cs (2)
63
public sealed override MethodImplAttributes MethodImplementationFlags => (_lazyMethodImplAttributes ==
MethodImplAttributesSentinel
) ? (_lazyMethodImplAttributes = ComputeMethodImplementationFlags()) : _lazyMethodImplAttributes;
66
private volatile MethodImplAttributes _lazyMethodImplAttributes =
MethodImplAttributesSentinel
;