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)
Syntax\InternalSyntax\CSharpSyntaxNodeCache.cs (1)
30var flags = SyntaxNodeCache.GetDefaultNodeFlags();
Microsoft.CodeAnalysis.VisualBasic (1)
Syntax\InternalSyntax\VisualBasicSyntaxNodeCache.vb (1)
22Dim flags = SyntaxNodeCache.GetDefaultNodeFlags()