5 references to GetDefaultNodeFlags
Microsoft.CodeAnalysis (3)
Syntax\InternalSyntax\SyntaxNodeCache.cs (3)
188return TryGetNode(kind, child1, GetDefaultNodeFlags(), out hash);
216return TryGetNode(kind, child1, child2, GetDefaultNodeFlags(), out hash);
244return TryGetNode(kind, child1, child2, child3, GetDefaultNodeFlags(), out hash);
Microsoft.CodeAnalysis.CSharp (1)
Microsoft.CodeAnalysis.VisualBasic (1)