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