3 references to GetDeclarationDepth
Microsoft.CodeAnalysis.CSharp (3)
Syntax\SyntaxNormalizer.cs (3)
48var normalizer = new SyntaxNormalizer(node.FullSpan, GetDeclarationDepth(node), indentWhitespace, eolWhitespace, useElasticTrivia); 1294return GetDeclarationDepth(token.Parent); 1326int parentDepth = GetDeclarationDepth(node.Parent);