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