2 references to GetApplicableGuardedInvocation
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Performance\DoNotGuardCall.cs (2)
314
guardedInvocation =
GetApplicableGuardedInvocation
(conditional.WhenTrue, conditionNegated);
318
guardedInvocation =
GetApplicableGuardedInvocation
(conditional.WhenFalse, !conditionNegated);