3 references to GetNodeFlags
Microsoft.CodeAnalysis.CSharp (3)
Syntax\InternalSyntax\CSharpSyntaxNodeCache.cs (3)
15return SyntaxNodeCache.TryGetNode(kind, child1, GetNodeFlags(context), out hash); 20return SyntaxNodeCache.TryGetNode(kind, child1, child2, GetNodeFlags(context), out hash); 25return SyntaxNodeCache.TryGetNode(kind, child1, child2, child3, GetNodeFlags(context), out hash);