2 references to HasUnscopedRefAttributeBit
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Metadata\PE\PEParameterSymbol.cs (2)
91get { return (_bits & HasUnscopedRefAttributeBit) != 0; } 111int hasUnscopedRefAttributeBits = hasUnscopedRefAttribute ? HasUnscopedRefAttributeBit : 0;