Home
last modified time | relevance | path

Searched defs:singleReferences (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/services/
DimportTracker.ts8 singleReferences: readonly (Identifier | StringLiteral)[]; property
215 const singleReferences: (Identifier | StringLiteral)[] = []; constant
DfindAllReferences.ts1167 …const { importSearches, singleReferences, indirectUsers } = state.getImportSearches(exportSymbol, … constant
1214 …const { importSearches, indirectUsers, singleReferences } = importTracker(exportSymbol, { exportKi… constant