Searched refs:isInReferenceCommentWorker (Results 1 – 1 of 1) sorted by relevance
1789 return isInReferenceCommentWorker(sourceFile, position, /*shouldBeReference*/ true);1793 return isInReferenceCommentWorker(sourceFile, position, /*shouldBeReference*/ false);1796 …function isInReferenceCommentWorker(sourceFile: SourceFile, position: number, shouldBeReference: b… function