18 references to Flags
Microsoft.CodeAnalysis (18)
Syntax\GreenNode.cs (18)
118SetFlags(node.Flags & NodeFlags.InheritMask); 313return (this.Flags & NodeFlags.IsNotMissing) == 0; 321return (this.Flags & NodeFlags.FactoryContextIsInAsync) != 0; 329return (this.Flags & NodeFlags.FactoryContextIsInQuery) != 0; 337return (this.Flags & NodeFlags.FactoryContextIsInIterator) != 0; 345return (this.Flags & NodeFlags.FactoryContextIsInFieldKeywordContext) != 0; 353return (this.Flags & NodeFlags.ContainsSkippedText) != 0; 361return (this.Flags & NodeFlags.ContainsStructuredTrivia) != 0; 369return (this.Flags & NodeFlags.ContainsDirectives) != 0; 377return (this.Flags & NodeFlags.ContainsAttributes) != 0; 385return (this.Flags & NodeFlags.ContainsDiagnostics) != 0; 393return (this.Flags & NodeFlags.ContainsAnnotations) != 0; 401return (this.Flags & NodeFlags.HasAnnotationsDirectly) != 0; 973return ((this.Flags & NodeFlags.InheritMask) == NodeFlags.IsNotMissing) && 982int code = (int)(this.Flags) ^ this.RawKind; 1001this.Flags == flags && 1011this.Flags == flags && 1022this.Flags == flags &&