8 references to Task
mscorlib (8)
system\runtime\compilerservices\AsyncMethodBuilder.cs (8)
366
public Task Task { get { return m_builder.
Task
; } }
503
var continuation = m_coreState.GetCompletionAction(AsyncCausalityTracer.LoggingOn ? this.
Task
: null, ref runnerToInitialize);
511
var builtTask = this.
Task
;
543
var continuation = m_coreState.GetCompletionAction(AsyncCausalityTracer.LoggingOn ? this.
Task
: null, ref runnerToInitialize);
551
var builtTask = this.
Task
;
657
task = this.
Task
;
693
this.
Task
.SetNotificationForWaitCompletion(enabled);
704
private object ObjectIdForDebugger { get { return this.
Task
; } }