1 write to TypeNodeAnnotation
Microsoft.CodeAnalysis.Features (1)
Shared\Utilities\AnnotatedSymbolMapping.cs (1)
47TypeNodeAnnotation = typeNodeAnnotation;
4 references to TypeNodeAnnotation
Microsoft.CodeAnalysis.Features (4)
ExtractClass\ExtractClassWithDialogCodeAction.cs (1)
254var typeDeclaration = currentRoot.GetAnnotatedNodes(symbolMapping.TypeNodeAnnotation).SingleOrDefault();
ExtractInterface\AbstractExtractInterfaceService.cs (2)
203symbolMapping.TypeNodeAnnotation, 247symbolMapping.TypeNodeAnnotation,
Shared\Utilities\ExtractTypeHelpers.cs (1)
32var typeDeclaration = originalRoot.GetAnnotatedNodes(symbolMapping.TypeNodeAnnotation).Single();