2 references to DoNotPassNonNullableValueDiagnostic
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Usage\DoNotPassNonNullableValueToArgumentNullExceptionThrowIfNull.cs (2)
69
context.ReportDiagnostic(invocation.CreateDiagnostic(
DoNotPassNonNullableValueDiagnostic
));
79
public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics { get; } = ImmutableArray.Create(
DoNotPassNonNullableValueDiagnostic
, DoNotPassNullableStructDiagnostic);