1 write to AnalyzerService
Microsoft.VisualStudio.LanguageServices.Xaml (1)
Implementation\XamlProjectService.cs (1)
59AnalyzerService = analyzerService;
5 references to AnalyzerService
Microsoft.VisualStudio.LanguageServices.Xaml (5)
Diagnostics\Analyzers\XamlDocumentDiagnosticAnalyzer.cs (5)
18=> XamlProjectService.AnalyzerService?.SupportedDiagnostics ?? []; 21=> XamlProjectService.AnalyzerService is null || textDocument is not Document document 23: await XamlProjectService.AnalyzerService.AnalyzeSyntaxAsync(document, cancellationToken).ConfigureAwait(false); 26=> XamlProjectService.AnalyzerService is null || textDocument is not Document document 28: await XamlProjectService.AnalyzerService.AnalyzeSemanticsAsync(document, cancellationToken).ConfigureAwait(false);