1 write to Solution
Microsoft.CodeAnalysis.Workspaces (1)
Rename\SymbolicRenameLocations.cs (1)
47Solution = solution;
3 references to Solution
Microsoft.CodeAnalysis.Workspaces (3)
Rename\ConflictEngine\ConflictResolver.Session.cs (3)
67_documentIdOfRenameSymbolDeclaration = renameLocationSet.Solution.GetRequiredDocument(renameSymbolDeclarationLocation.SourceTree!).Id; 98var baseSolution = _renameLocationSet.Solution; 709var solution = _renameLocationSet.Solution;