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