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