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