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