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