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