1 instantiation of CustomObsoleteDiagnosticInfo
Microsoft.CodeAnalysis (1)
Diagnostic\CustomObsoleteDiagnosticInfo.cs (1)
56
return new
CustomObsoleteDiagnosticInfo
(this, severity);
1 reference to CustomObsoleteDiagnosticInfo
Microsoft.CodeAnalysis (1)
Diagnostic\CustomObsoleteDiagnosticInfo.cs (1)
21
private CustomObsoleteDiagnosticInfo(
CustomObsoleteDiagnosticInfo
baseInfo, DiagnosticSeverity effectiveSeverity)