17 implementations of IsCompleted
dotnet-svcutil-lib (1)
Microsoft.AspNetCore.Server.HttpSys (3)
PresentationFramework (1)
System.DirectoryServices.Protocols (1)
System.Net.HttpListener (3)
System.Net.Requests (1)
System.Private.CoreLib (2)
System.ServiceModel.Federation (1)
System.ServiceModel.Primitives (1)
System.Transactions.Local (1)
System.Windows.Forms (1)
UnitTests.Common (1)
24 references to IsCompleted
dotnet-svcutil-lib (5)
Microsoft.Svcutil.NamedPipeMetadataImporter (1)
System.Net.HttpListener (3)
System.Net.Requests (4)
System.Private.CoreLib (6)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskFactory_T.cs (6)
673if (asyncResult.IsCompleted)
786Debug.Assert(asyncResult.IsCompleted, "If the operation completed synchronously, it must be completed.");
903Debug.Assert(asyncResult.IsCompleted, "If the operation completed synchronously, it must be completed.");
1028Debug.Assert(asyncResult.IsCompleted, "If the operation completed synchronously, it must be completed.");
1161Debug.Assert(asyncResult.IsCompleted, "If the operation completed synchronously, it must be completed.");
1215Debug.Assert(asyncResult.IsCompleted, "If the operation completed synchronously, it must be completed.");
System.ServiceModel.Primitives (3)
System.Windows.Forms (2)