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