1 instantiation of AggregateLogger
Microsoft.CodeAnalysis.Razor.Workspaces (1)
Logging\AbstractLoggerFactory.cs (1)
44var result = new AggregateLogger(lazyLoggers.ToImmutableAndClear());
4 references to AggregateLogger
Microsoft.CodeAnalysis.Razor.Workspaces (4)
Logging\AbstractLoggerFactory.cs (4)
17private ImmutableDictionary<string, AggregateLogger> _loggers; 27_loggers = ImmutableDictionary.Create<string, AggregateLogger>(StringComparer.OrdinalIgnoreCase); 32if (_loggers.TryGetValue(categoryName, out var logger)) 44var result = new AggregateLogger(lazyLoggers.ToImmutableAndClear());