3 references to IsAnyThrowIfNullInvocation
Microsoft.CodeAnalysis.Features (3)
InitializeParameter\AbstractAddParameterCheckCodeRefactoringProvider.cs (3)
375
if (
IsAnyThrowIfNullInvocation
(statement, parameter))
853
if (
IsAnyThrowIfNullInvocation
(statement, parameter: null))
855
if (
IsAnyThrowIfNullInvocation
(statement, parameterSymbol))