3 references to _allSymbols
Microsoft.CodeAnalysis.Features (3)
InlineMethod\AbstractInlineMethodRefactoringProvider.InlineContext.cs (3)
405
return visitor.
_allSymbols
.ToImmutableHashSet();
418
_allSymbols
.Add(variableDeclarationOperation.Symbol);
424
_allSymbols
.Add(localReferenceOperation.Local);