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