18 references to Flags
Microsoft.CodeAnalysis (18)
Syntax\GreenNode.cs (18)
117SetFlags(node.Flags & NodeFlags.InheritMask); 312return (this.Flags & NodeFlags.IsNotMissing) == 0; 320return (this.Flags & NodeFlags.FactoryContextIsInAsync) != 0; 328return (this.Flags & NodeFlags.FactoryContextIsInQuery) != 0; 336return (this.Flags & NodeFlags.FactoryContextIsInIterator) != 0; 344return (this.Flags & NodeFlags.FactoryContextIsInFieldKeywordContext) != 0; 352return (this.Flags & NodeFlags.ContainsSkippedText) != 0; 360return (this.Flags & NodeFlags.ContainsStructuredTrivia) != 0; 368return (this.Flags & NodeFlags.ContainsDirectives) != 0; 376return (this.Flags & NodeFlags.ContainsAttributes) != 0; 384return (this.Flags & NodeFlags.ContainsDiagnostics) != 0; 392return (this.Flags & NodeFlags.ContainsAnnotations) != 0; 400return (this.Flags & NodeFlags.HasAnnotationsDirectly) != 0; 972return ((this.Flags & NodeFlags.InheritMask) == NodeFlags.IsNotMissing) && 981int code = (int)(this.Flags) ^ this.RawKind; 1000this.Flags == flags && 1010this.Flags == flags && 1021this.Flags == flags &&