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