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