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