5 types derived from LazyDiagnosticInfo
Microsoft.CodeAnalysis.CSharp (5)
Errors\LazyArrayElementCantBeRefAnyDiagnosticInfo.cs (1)
13
internal sealed class LazyArrayElementCantBeRefAnyDiagnosticInfo :
LazyDiagnosticInfo
Errors\LazyMissingNonNullTypesContextDiagnosticInfo.cs (1)
17
internal sealed class LazyMissingNonNullTypesContextDiagnosticInfo :
LazyDiagnosticInfo
Errors\LazyObsoleteDiagnosticInfo.cs (1)
12
internal sealed class LazyObsoleteDiagnosticInfo :
LazyDiagnosticInfo
Errors\LazyUnmanagedCallersOnlyMethodCalledDiagnosticInfo.cs (1)
11
internal sealed class LazyUnmanagedCallersOnlyMethodCalledDiagnosticInfo :
LazyDiagnosticInfo
Errors\LazyUseSiteDiagnosticsInfoForNullableType.cs (1)
9
internal sealed class LazyUseSiteDiagnosticsInfoForNullableType :
LazyDiagnosticInfo
1 reference to LazyDiagnosticInfo
Microsoft.CodeAnalysis.CSharp (1)
Errors\LazyDiagnosticInfo.cs (1)
28
protected LazyDiagnosticInfo(
LazyDiagnosticInfo
original, DiagnosticSeverity severity) : base(original, severity)