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