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