Searched refs:varInFunctionForScope (Results 1 – 1 of 1) sorted by relevance
262 private static varInFunctionForScope(node: ts.Node, scope: ts.Node): boolean { method in Autofixer359 if (ident !== decl && Autofixer.varInFunctionForScope(ident, forNode)) {