(referenceLocation, state)
| 138157 | } |
| 138158 | } |
| 138159 | function hasMatchingMeaning(referenceLocation, state) { |
| 138160 | return !!(ts.getMeaningFromLocation(referenceLocation) & state.searchMeaning); |
| 138161 | } |
| 138162 | function getReferencesAtLocation(sourceFile, position, search, state, addReferencesHere) { |
| 138163 | var referenceLocation = ts.getTouchingPropertyName(sourceFile, position); |
| 138164 | if (!isValidReferencePosition(referenceLocation, search.text)) { |
no outgoing calls
no test coverage detected