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