(options)
| 138929 | return res.length === 0 ? undefined : res; |
| 138930 | } |
| 138931 | function isForRenameWithPrefixAndSuffixText(options) { |
| 138932 | return options.use === 2 /* FindReferencesUse.Rename */ && options.providePrefixAndSuffixTextForRename; |
| 138933 | } |
| 138934 | })(Core = FindAllReferences.Core || (FindAllReferences.Core = {})); |
| 138935 | })(FindAllReferences = ts.FindAllReferences || (ts.FindAllReferences = {})); |
| 138936 | })(ts || (ts = {})); |
no outgoing calls
no test coverage detected