1 implementation of ScopeStarted
Microsoft.AspNetCore.InternalTesting (1)
Logging\TestSink.cs (1)
35public event Action<BeginScopeContext> ScopeStarted;
1 reference to ScopeStarted
Microsoft.AspNetCore.InternalTesting.Tests (1)
LoggedTestXunitTests.cs (1)
147TestSink.ScopeStarted += ctx => context = ctx;