3 references to IsArgumentNullCheckMethod
Microsoft.CodeAnalysis.AnalyzerUtilities (3)
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\ParameterValidationAnalysis\ParameterValidationAnalysis.ParameterValidationDataFlowOperationVisitor.cs (1)
291if (targetMethod.IsArgumentNullCheckMethod())
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Framework\DataFlow\DataFlowOperationVisitor.cs (2)
1700if (invocation.TargetMethod.IsArgumentNullCheckMethod()) 3231targetMethod.IsArgumentNullCheckMethod()))