3 references to LogLevelInformation
Microsoft.CodeAnalysis.NetAnalyzers (3)
Microsoft.NetCore.Analyzers\Performance\AvoidPotentiallyExpensiveCallWhenLogging.cs (3)
46
["information"] =
LogLevelInformation
,
101
LogLevelInformation
; // Default to Information if invalid
288
case "LogInformation": logExtensionsMethods[m] =
LogLevelInformation
; break;