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