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