4 references to TypeNodeAnnotation
Microsoft.CodeAnalysis.Features (4)
ExtractClass\ExtractClassWithDialogCodeAction.cs (1)
243var typeDeclaration = currentRoot.GetAnnotatedNodes(symbolMapping.TypeNodeAnnotation).SingleOrDefault();
ExtractInterface\AbstractExtractInterfaceService.cs (2)
197symbolMapping.TypeNodeAnnotation, 239symbolMapping.TypeNodeAnnotation,
Shared\Utilities\ExtractTypeHelpers.cs (1)
32var typeDeclaration = originalRoot.GetAnnotatedNodes(symbolMapping.TypeNodeAnnotation).Single();