4 references to IXamlPullDiagnosticService
Microsoft.VisualStudio.LanguageServices.Xaml (4)
Implementation\LanguageServer\Handler\Diagnostics\AbstractPullDiagnosticHandler.cs (2)
31
private readonly
IXamlPullDiagnosticService
_xamlDiagnosticService;
57
protected AbstractPullDiagnosticHandler(
IXamlPullDiagnosticService
xamlDiagnosticService)
Implementation\LanguageServer\Handler\Diagnostics\DocumentPullDiagnosticHandler.cs (1)
25
IXamlPullDiagnosticService
xamlPullDiagnosticService)
Implementation\LanguageServer\Handler\Diagnostics\WorkspacePullDiagnosticHandler.cs (1)
28
IXamlPullDiagnosticService
xamlPullDiagnosticService)