2 references to IVSTypeScriptLanguageDebugInfoServiceImplementation
Microsoft.CodeAnalysis.EditorFeatures (2)
ExternalAccess\VSTypeScript\VSTypeScriptLanguageDebugInfoService.cs (2)
18
internal sealed class VSTypeScriptLanguageDebugInfoService(
IVSTypeScriptLanguageDebugInfoServiceImplementation
implementation)
21
private readonly
IVSTypeScriptLanguageDebugInfoServiceImplementation
_implementation = implementation;