1 write to _implementation
Microsoft.CodeAnalysis.EditorFeatures (1)
ExternalAccess\VSTypeScript\VSTypeScriptLanguageDebugInfoService.cs (1)
24
=>
_implementation
= implementation;
2 references to _implementation
Microsoft.CodeAnalysis.EditorFeatures (2)
ExternalAccess\VSTypeScript\VSTypeScriptLanguageDebugInfoService.cs (2)
27
=> (await
_implementation
.GetDataTipInfoAsync(document, position, cancellationToken).ConfigureAwait(false)).UnderlyingObject;
30
=> (await
_implementation
.GetLocationInfoAsync(document, position, cancellationToken).ConfigureAwait(false)).UnderlyingObject;