1 write to _annotation
Microsoft.CodeAnalysis.Features (1)
ExtractMethod\InsertionPoint.cs (1)
33
_annotation
= annotation;
2 references to _annotation
Microsoft.CodeAnalysis.Features (2)
ExtractMethod\InsertionPoint.cs (2)
46
=> new(document,
_annotation
);
54
return root.GetAnnotatedNodesAndTokens(
_annotation
).SingleOrDefault().AsNode();