1 write to UnderlyingObject
Microsoft.CodeAnalysis.EditorFeatures (1)
ExternalAccess\VSTypeScript\Api\IVSTypeScriptFindUsagesContext.cs (1)
133UnderlyingObject = new SourceReferenceItem(definition.UnderlyingObject, sourceSpan.ToDocumentSpan(), symbolUsageInfo.UnderlyingObject);
3 references to UnderlyingObject
Microsoft.CodeAnalysis.EditorFeatures (3)
ExternalAccess\VSTypeScript\Api\IVSTypeScriptFindUsagesContext.cs (1)
137=> new(UnderlyingObject.SourceSpan);
ExternalAccess\VSTypeScript\VSTypeScriptFindUsagesContext.cs (1)
32=> UnderlyingObject.OnReferenceFoundAsync(reference.UnderlyingObject, cancellationToken);
ExternalAccess\VSTypeScript\VSTypeScriptFindUsagesService.cs (1)
58=> _context.OnReferenceFoundAsync(reference.UnderlyingObject, cancellationToken);