1 override of ReplaceWithNullableStructCheck
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Usage\CSharpDoNotPassNonNullableValueToArgumentNullExceptionThrowIfNullFixer.cs (1)
16
protected override void
ReplaceWithNullableStructCheck
(InvocationExpressionSyntax invocation, SyntaxNode statement, SyntaxEditor editor)
1 reference to ReplaceWithNullableStructCheck
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Usage\DoNotPassNonNullableValueToArgumentNullExceptionThrowIfNull.Fixer.cs (1)
95
ReplaceWithNullableStructCheck
(invocation, statement, editor);