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);