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