2 references to XamlDiagnostic
Microsoft.VisualStudio.LanguageServices.Xaml (2)
Features\Diagnostics\XamlDiagnosticReport.cs (2)
12public ImmutableArray<XamlDiagnostic>? Diagnostics { get; set; } 14public XamlDiagnosticReport(string? resultId = null, ImmutableArray<XamlDiagnostic>? diagnostics = null)