4 references to FactoryContextIsInQuery
Microsoft.CodeAnalysis (2)
Syntax\GreenNode.cs (2)
271FactoryContextIsInIterator = FactoryContextIsInQuery, // VB does not use "InQuery", but uses "InIterator" instead 329return (this.Flags & NodeFlags.FactoryContextIsInQuery) != 0;
Microsoft.CodeAnalysis.CSharp (2)
Syntax\InternalSyntax\CSharpSyntaxNode.cs (1)
232SetFlags(NodeFlags.FactoryContextIsInQuery);
Syntax\InternalSyntax\CSharpSyntaxNodeCache.cs (1)
39flags |= GreenNode.NodeFlags.FactoryContextIsInQuery;