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