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