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