1 write to _hasUnscopedRefAttribute
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\SynthesizedParameterSymbol.cs (1)
366
_hasUnscopedRefAttribute
= hasUnscopedRefAttribute;
1 reference to _hasUnscopedRefAttribute
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\SynthesizedParameterSymbol.cs (1)
387
internal override bool HasUnscopedRefAttribute =>
_hasUnscopedRefAttribute
;