5 references to AnnotatedSolution
Microsoft.CodeAnalysis.Features (5)
ExtractClass\ExtractClassWithDialogCodeAction.cs (2)
100symbolMapping.AnnotatedSolution.GetRequiredDocument(_document.Id), 105symbolMapping.AnnotatedSolution,
ExtractInterface\AbstractExtractInterfaceService.cs (2)
185symbolMapping.AnnotatedSolution, 226var document = symbolMapping.AnnotatedSolution.GetDocument(refactoringResult.DocumentToExtractFrom.Id);
Shared\Utilities\ExtractTypeHelpers.cs (1)
33var editor = new SyntaxEditor(originalRoot, symbolMapping.AnnotatedSolution.Services);