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