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