2 references to GetNodeWithoutAnnotations
Microsoft.CodeAnalysis (2)
Syntax\AnnotationExtensions.cs (2)
42
return (TNode)node.
GetNodeWithoutAnnotations
(annotations);
53
return (TNode)node.
GetNodeWithoutAnnotations
(annotations);