32 implementations of IsCompleted
mscorlib (5)
PresentationFramework (1)
System (5)
System.Core (2)
System.Data.Services.Client (1)
System.IdentityModel (2)
System.IO.Log (2)
System.Messaging (1)
System.Runtime.Remoting (2)
System.ServiceModel (2)
System.ServiceModel.Internals (1)
System.Transactions (1)
System.Web (3)
System.Web.Services (2)
System.Windows.Forms (1)
System.Workflow.Runtime (1)
41 references to IsCompleted
mscorlib (9)
system\threading\Tasks\FutureFactory.cs (6)
735if (asyncResult.IsCompleted)
853Contract.Assert(asyncResult.IsCompleted, "If the operation completed synchronously, it must be completed.");
989Contract.Assert(asyncResult.IsCompleted, "If the operation completed synchronously, it must be completed.");
1134Contract.Assert(asyncResult.IsCompleted, "If the operation completed synchronously, it must be completed.");
1286Contract.Assert(asyncResult.IsCompleted, "If the operation completed synchronously, it must be completed.");
1351Contract.Assert(asyncResult.IsCompleted, "If the operation completed synchronously, it must be completed.");
System (5)
System.Data (1)
System.Data.Services.Client (9)
System.Runtime.Remoting (5)
System.ServiceModel.Internals (3)
System.Web (7)
System.Windows.Forms (2)