2 references to InsertionPointAnnotation
Microsoft.CodeAnalysis.Features (2)
ExtractMethod\MethodExtractor.CodeGenerator.cs (1)
141
=> document.Root.GetAnnotatedNodes(
InsertionPointAnnotation
).Single();
ExtractMethod\MethodExtractor.cs (1)
186
return n.WithAdditionalAnnotations(
InsertionPointAnnotation
);