1 write to _solution
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Rename\CSharpRenameRewriterLanguageService.cs (1)
129
_solution
= parameters.OriginalSolution;
4 references to _solution
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
Rename\CSharpRenameRewriterLanguageService.cs (4)
352
var symbols = RenameUtilities.GetSymbolsTouchingPosition(token.Span.Start, _semanticModel,
_solution
.Services, _cancellationToken);
368
var sourceDefinition = await SymbolFinder.FindSourceDefinitionAsync(symbol,
_solution
, _cancellationToken).ConfigureAwait(false);
399
ConflictResolver.CreateDeclarationLocationAnnotationsAsync(
_solution
, symbols, _cancellationToken).ConfigureAwait(false);
486
_solution
,