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