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