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