3 references to HasAnnotationsDirectly
Microsoft.CodeAnalysis (3)
Syntax\GreenNode.cs (3)
100
SetFlags(NodeFlags.
HasAnnotationsDirectly
| NodeFlags.ContainsAnnotations);
115
SetFlags(NodeFlags.
HasAnnotationsDirectly
| NodeFlags.ContainsAnnotations);
406
return (this.Flags & NodeFlags.
HasAnnotationsDirectly
) != 0;