3 references to IsAnyThrowIfNullInvocation
Microsoft.CodeAnalysis.Features (3)
InitializeParameter\AbstractAddParameterCheckCodeRefactoringProvider.cs (3)
291
if (
IsAnyThrowIfNullInvocation
(statement, parameter))
540
if (
IsAnyThrowIfNullInvocation
(statement, parameter: null))
542
if (
IsAnyThrowIfNullInvocation
(statement, parameterSymbol))