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