3 references to IsAnyThrowIfNullInvocation
Microsoft.CodeAnalysis.Features (3)
InitializeParameter\AbstractAddParameterCheckCodeRefactoringProvider.cs (3)
376
if (
IsAnyThrowIfNullInvocation
(statement, parameter))
854
if (
IsAnyThrowIfNullInvocation
(statement, parameter: null))
856
if (
IsAnyThrowIfNullInvocation
(statement, parameterSymbol))