31 implementations of IsCompleted
dotnet-svcutil-lib (1)
http2cat (1)
IIS.FunctionalTests (1)
IIS.LongTests (1)
IIS.NewHandler.FunctionalTests (1)
IIS.NewShim.FunctionalTests (1)
IIS.ShadowCopy.Tests (1)
IISExpress.FunctionalTests (1)
Microsoft.AspNetCore.HttpLogging (1)
Microsoft.AspNetCore.OutputCaching (1)
Microsoft.AspNetCore.ResponseCaching (1)
Microsoft.AspNetCore.ResponseCompression (1)
Microsoft.AspNetCore.Server.HttpSys (4)
Microsoft.AspNetCore.Server.IIS (1)
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
Microsoft.AspNetCore.Shared.Tests (1)
PresentationFramework (1)
System.Net.HttpListener (3)
System.Net.Requests (1)
System.Private.CoreLib (2)
System.ServiceModel.Federation (1)
System.Transactions.Local (1)
System.Windows.Forms (1)
UnitTests.Common (1)
22 references to IsCompleted
dotnet-svcutil-lib (5)
Microsoft.Svcutil.NamedPipeMetadataImporter (1)
System.Net.HttpListener (3)
System.Net.Requests (4)
System.Net.WebClient (1)
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\FutureFactory.cs (6)
672if (asyncResult.IsCompleted)
783Debug.Assert(asyncResult.IsCompleted, "If the operation completed synchronously, it must be completed.");
900Debug.Assert(asyncResult.IsCompleted, "If the operation completed synchronously, it must be completed.");
1025Debug.Assert(asyncResult.IsCompleted, "If the operation completed synchronously, it must be completed.");
1158Debug.Assert(asyncResult.IsCompleted, "If the operation completed synchronously, it must be completed.");
1212Debug.Assert(asyncResult.IsCompleted, "If the operation completed synchronously, it must be completed.");
System.Windows.Forms (2)