1 override of CreateParameterCheckIfStatement
Microsoft.CodeAnalysis.CSharp.Features (1)
InitializeParameter\CSharpAddParameterCheckCodeRefactoringProvider.cs (1)
59
protected override StatementSyntax
CreateParameterCheckIfStatement
(ExpressionSyntax condition, StatementSyntax ifTrueStatement, CSharpSimplifierOptions options)
3 references to CreateParameterCheckIfStatement
Microsoft.CodeAnalysis.Features (3)
InitializeParameter\AbstractAddParameterCheckCodeRefactoringProvider.cs (3)
709
return
CreateParameterCheckIfStatement
(
753
return
CreateParameterCheckIfStatement
((TExpressionSyntax)condition, (TStatementSyntax)throwStatement, options);
788
return
CreateParameterCheckIfStatement
(condition, throwStatement, options);