2 references to FactoryContextIsInQuery
Microsoft.CodeAnalysis (2)
Syntax\GreenNode.cs (2)
270
FactoryContextIsInIterator =
FactoryContextIsInQuery
, // VB does not use "InQuery", but uses "InIterator" instead
328
return (this.Flags & NodeFlags.
FactoryContextIsInQuery
) != 0;