1 write to CurrentSolution
Microsoft.CodeAnalysis.Workspaces (1)
Rename\ConflictEngine\MutableConflictResolution.cs (1)
60
=>
CurrentSolution
= solution;
15 references to CurrentSolution
Microsoft.CodeAnalysis.Workspaces (15)
Rename\ConflictEngine\ConflictResolver.cs (3)
180
conflictResolution.
CurrentSolution
.Services.GetRequiredLanguageService<IRenameRewriterLanguageService>(renamedSymbol.Language);
232
var projectOpt = conflictResolution.
CurrentSolution
.GetProject(projectId);
298
conflictResolution.
CurrentSolution
,
Rename\ConflictEngine\ConflictResolver.Session.cs (10)
201
conflictResolution.
CurrentSolution
, documentsByProject, _replacementTextValid, _renameAnnotations, _cancellationToken).ConfigureAwait(false));
213
var declarationDocument = await conflictResolution.
CurrentSolution
.GetRequiredDocumentAsync(
294
var changeDoc = await conflictResolution.
CurrentSolution
.GetRequiredDocumentAsync(
327
var newDocument = await conflictResolution.
CurrentSolution
.GetRequiredDocumentAsync(
349
var currentProject = conflictResolution.
CurrentSolution
.GetRequiredProject(projectId);
353
var newDocument = await conflictResolution.
CurrentSolution
.GetRequiredDocumentAsync(
449
var newDocument = await conflictResolution.
CurrentSolution
.GetRequiredDocumentAsync(
503
var solution = conflictResolution.
CurrentSolution
;
671
var document = await conflictResolution.
CurrentSolution
.GetRequiredDocumentAsync(
774
var partiallyRenamedSolution = conflictResolution.
CurrentSolution
;
Rename\ConflictEngine\MutableConflictResolution.cs (2)
72
var document = await
CurrentSolution
.GetRequiredDocumentAsync(
158
CurrentSolution
,