1 write to LoggerName
Microsoft.AspNetCore.InternalTesting (1)
Logging\TestLogger.cs (1)
35LoggerName = _name,
10 references to LoggerName
Microsoft.AspNetCore.InternalTesting (1)
Logging\TestSink.cs (1)
62return context.LoggerName.Equals(typeof(T).FullName);
Microsoft.AspNetCore.Session.Tests (8)
SessionTests.cs (8)
841return beginScopeContext.LoggerName.Equals(typeof(SessionMiddleware).FullName) 842|| beginScopeContext.LoggerName.Equals(typeof(DistributedSession).FullName); 901return beginScopeContext.LoggerName.Equals(typeof(SessionMiddleware).FullName) 902|| beginScopeContext.LoggerName.Equals(typeof(DistributedSession).FullName); 967return beginScopeContext.LoggerName.Equals(typeof(SessionMiddleware).FullName) 968|| beginScopeContext.LoggerName.Equals(typeof(DistributedSession).FullName); 1031return beginScopeContext.LoggerName.Equals(typeof(SessionMiddleware).FullName) 1032|| beginScopeContext.LoggerName.Equals(typeof(DistributedSession).FullName);
Microsoft.Extensions.Diagnostics.HealthChecks.Tests (1)
DefaultHealthCheckServiceTest.cs (1)
326Assert.Equal(actual.LoggerName, typeof(DefaultHealthCheckService).FullName);