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