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