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