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