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