1 write to _forbiddenReferences
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceLocalSymbol.cs (1)
419Interlocked.CompareExchange(ref _forbiddenReferences, new ConcurrentSet<SyntaxNode>(), null);
4 references to _forbiddenReferences
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Source\SourceLocalSymbol.cs (4)
365if (_forbiddenReferences?.Contains(reference) == true) 417if (_forbiddenReferences is null) 422bool added = _forbiddenReferences.Add(reference); 448if (_forbiddenReferences?.Contains(reference) == true)