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