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