5 references to ContainsAnnotations
Microsoft.CodeAnalysis (5)
Syntax\GreenNode.cs (5)
100SetFlags(NodeFlags.HasAnnotationsDirectly | NodeFlags.ContainsAnnotations); 115SetFlags(NodeFlags.HasAnnotationsDirectly | NodeFlags.ContainsAnnotations); 269/// If this node directly has annotations (not its descendants). <see cref="ContainsAnnotations"/> can be 295InheritMask = IsNotMissing | ContainsAnnotations | ContainsAttributes | ContainsDiagnostics | ContainsDirectives | ContainsSkippedText | ContainsStructuredTrivia, 398return (this.Flags & NodeFlags.ContainsAnnotations) != 0;