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