3 references to CreateParameterCheckIfStatement
Microsoft.CodeAnalysis.Features (3)
InitializeParameter\AbstractAddParameterCheckCodeRefactoringProvider.cs (3)
708return CreateParameterCheckIfStatement( 752return CreateParameterCheckIfStatement((TExpressionSyntax)condition, (TStatementSyntax)throwStatement, options); 787return CreateParameterCheckIfStatement(condition, throwStatement, options);