2 references to _isEnabledMethod
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Performance\AvoidPotentiallyExpensiveCallWhenLogging.cs (2)
427
return SymbolEqualityComparer.Default.Equals(
_isEnabledMethod
, invocation.TargetMethod) ||
428
invocation.TargetMethod.IsOverrideOrImplementationOfInterfaceMember(
_isEnabledMethod
);