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