3 implementations of Freeze
Microsoft.AspNetCore.Diagnostics.Middleware.Tests (1)
Latency\AddServerTimingHeaderMiddlewareTests.cs (1)
79public void Freeze() => throw new NotSupportedException();
Microsoft.Extensions.Telemetry (1)
Latency\Internal\LatencyContext.cs (1)
80public void Freeze()
Microsoft.Extensions.Telemetry.Abstractions (1)
Latency\NullLatencyContext.cs (1)
19public void Freeze()
12 references to Freeze
Microsoft.AspNetCore.Diagnostics.Middleware (1)
Latency\RequestLatencyTelemetryMiddleware.cs (1)
77latencyContext!.Freeze();
Microsoft.AspNetCore.Diagnostics.Middleware.Tests (6)
Latency\RequestLatencyTelemetryMiddlewareTests.cs (6)
43lc.Verify(c => c.Freeze()); 73lc.Verify(c => c.Freeze()); 101lc.Verify(c => c.Freeze()); 132lc.Verify(c => c.Freeze()); 156lc.Verify(c => c.Freeze()); 182lc.Verify(c => c.Freeze());
Microsoft.Extensions.Telemetry.Abstractions.Tests (1)
Latency\NoopLatencyContextTests.cs (1)
76context.Freeze();
Microsoft.Extensions.Telemetry.Tests (4)
Latency\Internal\LatencyContextTests.cs (4)
87context.Freeze(); 170context.Freeze(); 222context.Freeze(); 249context.Freeze();