3 references to VSTypeScriptSourceReferenceItem
Microsoft.CodeAnalysis.EditorFeatures (3)
ExternalAccess\VSTypeScript\Api\IVSTypeScriptFindUsagesContext.cs (1)
33
ValueTask OnReferenceFoundAsync(
VSTypeScriptSourceReferenceItem
reference, CancellationToken cancellationToken);
ExternalAccess\VSTypeScript\VSTypeScriptFindUsagesContext.cs (1)
29
public ValueTask OnReferenceFoundAsync(
VSTypeScriptSourceReferenceItem
reference, CancellationToken cancellationToken)
ExternalAccess\VSTypeScript\VSTypeScriptFindUsagesService.cs (1)
48
public ValueTask OnReferenceFoundAsync(
VSTypeScriptSourceReferenceItem
reference, CancellationToken cancellationToken)