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