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