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