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