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