7 references to VSDiagnosticRank
Microsoft.CodeAnalysis.LanguageServer.Protocol (7)
Extensions\ProtocolConversions.Diagnostics.cs (4)
194private static VSDiagnosticRank? ConvertRank(DiagnosticData diagnosticData) 200PullDiagnosticConstants.Low => VSDiagnosticRank.Low, 201PullDiagnosticConstants.Medium => VSDiagnosticRank.Default, 202PullDiagnosticConstants.High => VSDiagnosticRank.High,
Protocol\Extensions\VSDiagnostic.cs (2)
53/// <see cref="VSDiagnosticRank.Default"/> will be used if no rank is specified. 57public VSDiagnosticRank? DiagnosticRank { get; set; }
Protocol\Extensions\VSDiagnosticRank.cs (1)
8/// <see cref="VSDiagnosticRank"/> represents the rank of a <see cref="VSDiagnostic"/> object.