2 references to UnscopedRefCompletionBit
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Metadata\PE\PEPropertySymbol.cs (2)
106
var bitsToSet = (unscopedRef ? HasUnscopedRefAttribute : 0) |
UnscopedRefCompletionBit
;
112
if ((_bits &
UnscopedRefCompletionBit
) != 0)