4 references to IsAnyGuardedMethod
Microsoft.CodeAnalysis.NetAnalyzers (4)
Microsoft.NetCore.Analyzers\Performance\DoNotGuardCall.cs (4)
328if (IsAnyGuardedMethod(ternaryInvocation.TargetMethod, conditionNegated)) 339if (IsAnyGuardedMethod(invocation.TargetMethod, conditionNegated)) 350.FirstOrDefault(i => IsAnyGuardedMethod(i.TargetMethod, conditionNegated)); 362.FirstOrDefault(i => IsAnyGuardedMethod(i.TargetMethod, conditionNegated));