5 references to CreateRandom
Stress.ApiService (1)
TraceCreator.cs (1)
117ActivityTraceId.CreateRandom(),
System.Diagnostics.DiagnosticSource (4)
System\Diagnostics\Activity.cs (3)
1290ActivityTraceId id = traceIdGenerator == null ? ActivityTraceId.CreateRandom() : traceIdGenerator(); 1971_hexString = CreateRandom()._hexString; 1978_hexString = CreateRandom()._hexString;
System\Diagnostics\ActivityCreationOptions.cs (1)
136ActivityTraceId id = traceIdGenerator == null ? ActivityTraceId.CreateRandom() : traceIdGenerator();