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