2 references to ParameterAttributesSentinel
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Parameters\RoFatMethodParameter.cs (2)
25
public sealed override ParameterAttributes Attributes => (_lazyParameterAttributes ==
ParameterAttributesSentinel
) ? (_lazyParameterAttributes = ComputeAttributes()) : _lazyParameterAttributes;
28
private volatile ParameterAttributes _lazyParameterAttributes =
ParameterAttributesSentinel
;