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