4 references to XamlDiagnostic
Microsoft.VisualStudio.LanguageServices.Xaml (4)
Features\Diagnostics\XamlDiagnosticReport.cs (2)
12
public ImmutableArray<
XamlDiagnostic
>? Diagnostics { get; set; }
14
public XamlDiagnosticReport(string? resultId = null, ImmutableArray<
XamlDiagnostic
>? diagnostics = null)
Implementation\LanguageServer\Handler\Diagnostics\AbstractPullDiagnosticHandler.cs (2)
120
private static VSDiagnostic[]? ConvertToVSDiagnostics(ImmutableArray<
XamlDiagnostic
>? xamlDiagnostics, Document document, SourceText text)
166
private static DiagnosticTag[] ConvertTags(
XamlDiagnostic
diagnostic)