1 write to UnderlyingObject
Microsoft.CodeAnalysis.EditorFeatures (1)
ExternalAccess\VSTypeScript\VSTypeScriptFindUsagesContext.cs (1)
17
=>
UnderlyingObject
= underlyingObject;
6 references to UnderlyingObject
Microsoft.CodeAnalysis.EditorFeatures (6)
ExternalAccess\VSTypeScript\VSTypeScriptFindUsagesContext.cs (6)
20
=> new VSTypeScriptStreamingProgressTracker(
UnderlyingObject
.ProgressTracker);
23
=>
UnderlyingObject
.ReportMessageAsync(message, cancellationToken);
26
=>
UnderlyingObject
.SetSearchTitleAsync(title, cancellationToken);
29
=>
UnderlyingObject
.OnDefinitionFoundAsync(definition.UnderlyingObject, cancellationToken);
32
=>
UnderlyingObject
.OnReferenceFoundAsync(reference.UnderlyingObject, cancellationToken);
35
=>
UnderlyingObject
.OnCompletedAsync(cancellationToken);