1 write to AnnotatedSolution
Microsoft.CodeAnalysis.Features (1)
Shared\Utilities\AnnotatedSymbolMapping.cs (1)
45AnnotatedSolution = annotatedSolution;
5 references to AnnotatedSolution
Microsoft.CodeAnalysis.Features (5)
ExtractClass\ExtractClassWithDialogCodeAction.cs (2)
109symbolMapping.AnnotatedSolution.GetRequiredDocument(_document.Id), 115symbolMapping.AnnotatedSolution,
ExtractInterface\AbstractExtractInterfaceService.cs (2)
190symbolMapping.AnnotatedSolution, 233var document = symbolMapping.AnnotatedSolution.GetDocument(refactoringResult.DocumentToExtractFrom.Id);
Shared\Utilities\ExtractTypeHelpers.cs (1)
33var editor = new SyntaxEditor(originalRoot, symbolMapping.AnnotatedSolution.Services);