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); 296conflictResolution.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 = conflictResolution.CurrentSolution.GetRequiredDocument(documentId); 348var currentProject = conflictResolution.CurrentSolution.GetRequiredProject(projectId); 352var newDocument = await conflictResolution.CurrentSolution.GetRequiredDocumentAsync( 445var newDocument = conflictResolution.CurrentSolution.GetRequiredDocument(unprocessedDocumentIdWithPotentialDeclarationConflicts); 497var solution = conflictResolution.CurrentSolution; 663var document = await conflictResolution.CurrentSolution.GetRequiredDocumentAsync( 766var partiallyRenamedSolution = conflictResolution.CurrentSolution;
Rename\ConflictEngine\MutableConflictResolution.cs (2)
72var document = await CurrentSolution.GetRequiredDocumentAsync( 158CurrentSolution,