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