5 references to FactoryContextIsInQuery
Microsoft.CodeAnalysis (2)
Syntax\GreenNode.cs (2)
276FactoryContextIsInIterator = FactoryContextIsInQuery, // VB does not use "InQuery", but uses "InIterator" instead 317return (this.flags & NodeFlags.FactoryContextIsInQuery) != 0;
Microsoft.CodeAnalysis.CSharp (3)
Syntax\InternalSyntax\CSharpSyntaxNode.cs (2)
252this.flags |= NodeFlags.FactoryContextIsInQuery; 265flags |= NodeFlags.FactoryContextIsInQuery;
Syntax\InternalSyntax\CSharpSyntaxNodeCache.cs (1)
39flags |= GreenNode.NodeFlags.FactoryContextIsInQuery;