7 references to CausalitySource
mscorlib (7)
system\threading\Tasks\AsyncCausalityTracer.cs (2)
117
private const WFD.
CausalitySource
s_CausalitySource = WFD.
CausalitySource
.Library;
system\threading\Tasks\IAsyncCausalityTracerStatics.cs (5)
25
void TraceOperationCreation(CausalityTraceLevel traceLevel,
CausalitySource
source, Guid platformId, ulong operationId, string operationName, ulong relatedContext);
26
void TraceOperationCompletion(CausalityTraceLevel traceLevel,
CausalitySource
source, Guid platformId, ulong operationId, AsyncCausalityStatus status);
27
void TraceOperationRelation(CausalityTraceLevel traceLevel,
CausalitySource
source, Guid platformId, ulong operationId, CausalityRelation relation);
28
void TraceSynchronousWorkStart(CausalityTraceLevel traceLevel,
CausalitySource
source, Guid platformId, ulong operationId, CausalitySynchronousWork work);
29
void TraceSynchronousWorkCompletion(CausalityTraceLevel traceLevel,
CausalitySource
source, CausalitySynchronousWork work);