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