4 references to CreateRandom
Microsoft.AspNetCore.Components.Tests (1)
ComponentsActivitySourceTest.cs (1)
69var httpContext = new ActivityContext(ActivityTraceId.CreateRandom(), ActivitySpanId.CreateRandom(), ActivityTraceFlags.Recorded);
Stress.ApiService (1)
TraceCreator.cs (1)
135ActivitySpanId.CreateRandom(),
System.Diagnostics.DiagnosticSource (2)
System\Diagnostics\Activity.cs (2)
1301_spanId = ActivitySpanId.CreateRandom().ToHexString(); 2160_hexString = CreateRandom()._hexString;