()
| 138337 | addReference(referenceLocation, search.symbol, state); |
| 138338 | } |
| 138339 | var pusher = function () { return state.referenceAdder(search.symbol); }; |
| 138340 | if (ts.isClassLike(referenceLocation.parent)) { |
| 138341 | ts.Debug.assert(referenceLocation.kind === 88 /* SyntaxKind.DefaultKeyword */ || referenceLocation.parent.name === referenceLocation); |
| 138342 | // This is the class declaration containing the constructor. |
no outgoing calls
no test coverage detected