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)
180conflictResolution.CurrentSolution.Services.GetRequiredLanguageService<IRenameRewriterLanguageService>(renamedSymbol.Language); 232var projectOpt = conflictResolution.CurrentSolution.GetProject(projectId); 298conflictResolution.CurrentSolution,
Rename\ConflictEngine\ConflictResolver.Session.cs (10)
201conflictResolution.CurrentSolution, documentsByProject, _replacementTextValid, _renameAnnotations, _cancellationToken).ConfigureAwait(false)); 213var declarationDocument = await conflictResolution.CurrentSolution.GetRequiredDocumentAsync( 294var changeDoc = await conflictResolution.CurrentSolution.GetRequiredDocumentAsync( 327var newDocument = await conflictResolution.CurrentSolution.GetRequiredDocumentAsync( 349var currentProject = conflictResolution.CurrentSolution.GetRequiredProject(projectId); 353var newDocument = await conflictResolution.CurrentSolution.GetRequiredDocumentAsync( 449var newDocument = await conflictResolution.CurrentSolution.GetRequiredDocumentAsync( 503var solution = conflictResolution.CurrentSolution; 671var document = await conflictResolution.CurrentSolution.GetRequiredDocumentAsync( 774var partiallyRenamedSolution = conflictResolution.CurrentSolution;
Rename\ConflictEngine\MutableConflictResolution.cs (2)
72var document = await CurrentSolution.GetRequiredDocumentAsync( 158CurrentSolution,