4 references to GetDefaultNodeFlags
Microsoft.CodeAnalysis (3)
Syntax\InternalSyntax\SyntaxNodeCache.cs (3)
195return TryGetNode(kind, child1, GetDefaultNodeFlags(), out hash); 228return TryGetNode(kind, child1, child2, GetDefaultNodeFlags(), out hash); 255return TryGetNode(kind, child1, child2, child3, GetDefaultNodeFlags(), out hash);
Microsoft.CodeAnalysis.CSharp (1)
Syntax\InternalSyntax\CSharpSyntaxNodeCache.cs (1)
30var flags = SyntaxNodeCache.GetDefaultNodeFlags();