1 write to State
Aspire.Playground.Tests (1)
tests\Shared\Logging\TestLogger.cs (1)
49State = state,
3 references to State
Aspire.Playground.Tests (3)
tests\Shared\Logging\LogTestHelpers.cs (2)
19return GetValue(context.State, key); 25/// <param name="state">The log state object, typically from <see cref="WriteContext.State"/>.</param>
tests\Shared\Logging\WriteContext.cs (1)
26return Formatter?.Invoke(State, Exception);