1 write to _renameLocationSet
Microsoft.CodeAnalysis.Workspaces (1)
Rename\ConflictEngine\ConflictResolver.Session.cs (1)
58_renameLocationSet = renameLocationSet;
14 references to _renameLocationSet
Microsoft.CodeAnalysis.Workspaces (14)
Rename\ConflictEngine\ConflictResolver.Session.cs (14)
73private SymbolRenameOptions RenameOptions => _renameLocationSet.Options; 74private CodeCleanupOptionsProvider FallbackOptions => _renameLocationSet.FallbackOptions; 100var baseSolution = _renameLocationSet.Solution; 141_renameLocationSet.Locations, 219_renameLocationSet.Symbol, 220_renameLocationSet.ImplicitLocations, 242var definitionLocations = _renameLocationSet.Symbol.Locations; 455var referencedSymbols = _renameLocationSet.ReferencedSymbols; 456var renameSymbol = _renameLocationSet.Symbol; 701var symbol = _renameLocationSet.Symbol; 702var solution = _renameLocationSet.Solution; 704var allRenamedDocuments = _renameLocationSet.Locations.Select(loc => loc.Location.SourceTree!).Distinct().Select(solution.GetRequiredDocument); 707var documentsFromAffectedProjects = RenameUtilities.GetDocumentsAffectedByRename(symbol, solution, _renameLocationSet.Locations); 821_renameLocationSet.Symbol,