1 write to State
Aspire.Playground.Tests (1)
tests\Shared\Logging\TestLogger.cs (1)
49
State
= state,
3 references to State
Aspire.Playground.Tests (3)
tests\Shared\Logging\LogTestHelpers.cs (2)
19
return 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)
26
return Formatter?.Invoke(
State
, Exception);