32 implementations of CompletedSynchronously
mscorlib (5)
system\io\filestream.cs (1)
242public bool CompletedSynchronously
system\io\stream.cs (1)
1033public bool CompletedSynchronously {
system\runtime\remoting\asyncresult.cs (1)
60public virtual bool CompletedSynchronously
system\threading\Tasks\Task.cs (1)
1619bool IAsyncResult.CompletedSynchronously
system\threading\Tasks\TaskToApm.cs (1)
187bool IAsyncResult.CompletedSynchronously { get { return m_completedSynchronously; } }
PresentationFramework (1)
src\Framework\System\Windows\Documents\PageContentAsyncResult.cs (1)
114public bool CompletedSynchronously
System (5)
net\System\Net\_LazyAsyncResult.cs (1)
230public bool CompletedSynchronously {
net\System\Net\HttpListener.cs (1)
2701public bool CompletedSynchronously {
services\io\system\io\FileSystemWatcher.cs (1)
99public bool CompletedSynchronously { get { throw new NotImplementedException(); } }
sys\System\IO\compression\DeflateStreamAsyncResult.cs (1)
69public bool CompletedSynchronously {
sys\system\io\ports\SerialStream.cs (1)
1988public bool CompletedSynchronously
System.Core (2)
System\IO\Pipes\Pipe.cs (1)
1459public bool CompletedSynchronously {
System\IO\Pipes\PipeStream.cs (1)
1320public bool CompletedSynchronously {
System.Data.Services.Client (1)
System\Data\Services\Client\BaseAsyncResult.cs (1)
147public bool CompletedSynchronously
System.IdentityModel (2)
System\IdentityModel\AsyncResult.cs (1)
253public bool CompletedSynchronously
System\IdentityModel\Selectors\SecurityTokenProvider.cs (1)
219public bool CompletedSynchronously
System.IO.Log (2)
System\IO\Log\FileRecordSequenceCompletedAsyncResult.cs (1)
83public bool CompletedSynchronously
System\IO\Log\OverlappedAsyncResult.cs (1)
85public bool CompletedSynchronously
System.Messaging (1)
System\Messaging\MessageQueue.cs (1)
3749public bool CompletedSynchronously
System.Runtime.Remoting (2)
channels\core\basicasyncresult.cs (1)
70public bool CompletedSynchronously
channels\ipc\ipcport.cs (1)
347public bool CompletedSynchronously { get { return false;} }
System.ServiceModel (2)
System\ServiceModel\Channels\BufferedOutputAsyncStream.cs (1)
1001public bool CompletedSynchronously
System\ServiceModel\Channels\OverlappedContext.cs (1)
510bool IAsyncResult.CompletedSynchronously
System.ServiceModel.Internals (1)
System\Runtime\AsyncResult.cs (1)
79public bool CompletedSynchronously
System.Transactions (1)
System\Transactions\CommittableTransaction.cs (1)
249bool IAsyncResult.CompletedSynchronously
System.Web (3)
Hosting\AsyncResultBase.cs (1)
99public bool CompletedSynchronously { get { return _completedSynchronously; } }
HttpAsyncResult.cs (1)
137public bool CompletedSynchronously { get { return _completedSynchronously;}}
TaskWrapperAsyncResult.cs (1)
36public bool CompletedSynchronously {
System.Web.Services (2)
System\Web\Services\Protocols\ClientProtocol.cs (1)
586public bool CompletedSynchronously {
System\Web\Services\Protocols\WebServiceHandler.cs (1)
441public bool CompletedSynchronously { get { return completedSynchronously; } }
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Control.cs (1)
20103public bool CompletedSynchronously {
System.Workflow.Runtime (1)
System\Activities\Statements\Interop.cs (1)
1909public bool CompletedSynchronously
912 references to CompletedSynchronously
mscorlib (10)
system\threading\Tasks\FutureFactory.cs (10)
848if (!iar.CompletedSynchronously) 851if (asyncResult.CompletedSynchronously) 984if (!iar.CompletedSynchronously) 987if (asyncResult.CompletedSynchronously) 1129if (!iar.CompletedSynchronously) 1132if (asyncResult.CompletedSynchronously) 1281if (!iar.CompletedSynchronously) 1284if (asyncResult.CompletedSynchronously) 1349if (asyncResult.CompletedSynchronously) 1408if (!asyncResult.CompletedSynchronously)
SMSvcHost (5)
System\ServiceModel\Activation\MessageQueue.cs (3)
322if (dispatchAsyncResult != null && dispatchAsyncResult.CompletedSynchronously) 330if (result.CompletedSynchronously) 351EnqueueWorkerAndDispatch(session.WorkerProcess, !result.CompletedSynchronously);
System\ServiceModel\Activation\WorkerProcess.cs (2)
431if (result.CompletedSynchronously) 440if (result.CompletedSynchronously)
System (106)
net\System\Net\_ChunkParser.cs (3)
335if (!ar.CompletedSynchronously) 427if (ar.CompletedSynchronously) 502if (ar.CompletedSynchronously)
net\System\Net\_Connection.cs (4)
3201if (asyncResult.CompletedSynchronously) 3705if (m_LastAsyncResult.CompletedSynchronously) 3733if(result.CompletedSynchronously){ 3816if(!asyncResult.CompletedSynchronously){
net\System\Net\_ConnectStream.cs (2)
2099if(ar.CompletedSynchronously){ 2190if (ar.CompletedSynchronously) {
net\System\Net\_StreamFramer.cs (6)
200if (result.CompletedSynchronously) 211if (transportResult.CompletedSynchronously) 308} while(transportResult.CompletedSynchronously); 404if (result.CompletedSynchronously) 414if (transportResult.CompletedSynchronously) 459while (transportResult.CompletedSynchronously);
net\System\Net\_TLSstream.cs (2)
658if (result.CompletedSynchronously) 669if (result.CompletedSynchronously)
net\System\Net\Cache\_CacheStreams.cs (9)
172if (transportResult.CompletedSynchronously) 196if (!ar.CompletedSynchronously) { 231if (!ar.CompletedSynchronously) 527if (transportResult.CompletedSynchronously) 558if (transportResult.CompletedSynchronously) 598if (transportResult.CompletedSynchronously) 622if (transportResult.CompletedSynchronously) 655if (transportResult.CompletedSynchronously) 689if (result.CompletedSynchronously)
net\System\Net\mail\Base64Stream.cs (4)
468if (!result.CompletedSynchronously || CompleteRead(result)) 475if (!result.CompletedSynchronously) 528if (!result.CompletedSynchronously) 548if (!result.CompletedSynchronously)
net\System\Net\mail\BaseWriter.cs (2)
166if (result.CompletedSynchronously) 182if (!result.CompletedSynchronously)
net\System\Net\mail\BufferedReadStream.cs (2)
241if (result.CompletedSynchronously) 258if (!result.CompletedSynchronously)
net\System\Net\mail\Message.cs (2)
243if(result.CompletedSynchronously){ 279if(newResult.CompletedSynchronously){
net\System\Net\mail\MimeMultiPart.cs (8)
70if (result.CompletedSynchronously ) { 92if (result.CompletedSynchronously ) { 115if (sendResult.CompletedSynchronously) { 122if (closeResult.CompletedSynchronously) { 131if (result.CompletedSynchronously ) { 155if (sendResult.CompletedSynchronously) { 162if (closeResult.CompletedSynchronously) { 177if (contentResult.CompletedSynchronously) {
net\System\Net\mail\MimePart.cs (7)
156if (result.CompletedSynchronously ) { 176if (writeResult.CompletedSynchronously) { 188if (result.CompletedSynchronously ) { 208if (readResult.CompletedSynchronously) { 239if (readResult.CompletedSynchronously) { 247if (result.CompletedSynchronously ) { 292if (contentResult.CompletedSynchronously) {
net\System\Net\mail\QEncodedStream.cs (2)
389if (!result.CompletedSynchronously) 412if (!result.CompletedSynchronously)
net\System\Net\mail\QuotedPrintableStream.cs (2)
421if (!result.CompletedSynchronously) 444if (!result.CompletedSynchronously)
net\System\Net\mail\SmtpCommands.cs (8)
21if (writeResult.CompletedSynchronously) 31if (result.CompletedSynchronously){ 56if (!result.CompletedSynchronously) 77if (!result.CompletedSynchronously) 114if (writeResult.CompletedSynchronously) 122if (readLinesResult.CompletedSynchronously) 143if (!result.CompletedSynchronously) 163if (!result.CompletedSynchronously)
net\System\Net\mail\smtpconnection.cs (12)
720if (!result.CompletedSynchronously) 749if (!result.CompletedSynchronously) 785if (result.CompletedSynchronously) 824if (!result.CompletedSynchronously) 888if (result.CompletedSynchronously) 900if (!result.CompletedSynchronously) 919if (result.CompletedSynchronously) 941if (!result.CompletedSynchronously) 988if (!result.CompletedSynchronously) 1024if (!result.CompletedSynchronously) 1069if (!result.CompletedSynchronously) 1092if (!result.CompletedSynchronously)
net\System\Net\mail\SmtpReplyReaderFactory.cs (2)
424if (!result.CompletedSynchronously) 434if (!result.CompletedSynchronously)
net\System\Net\mail\SmtpTransport.cs (5)
409if (!result.CompletedSynchronously) 420if (!result.CompletedSynchronously) 457if (!result.CompletedSynchronously) 498if (!result.CompletedSynchronously) 520if (!result.CompletedSynchronously)
net\System\Net\SecureProtocols\_FixedSizeReader.cs (2)
86if (!ar.CompletedSynchronously) 137if (transportResult.CompletedSynchronously)
net\System\Net\SecureProtocols\_NegoState.cs (5)
584if (!ar.CompletedSynchronously) 622if (!ar.CompletedSynchronously) 724if(!ar.CompletedSynchronously) 740if (transportResult.CompletedSynchronously) 776if (transportResult.CompletedSynchronously)
net\System\Net\SecureProtocols\_NegoStream.cs (2)
180if (!ar.CompletedSynchronously) 385if (transportResult.CompletedSynchronously)
net\System\Net\SecureProtocols\_SslState.cs (3)
785if (!ar.CompletedSynchronously) 981if (!ar.CompletedSynchronously) 1021if (transportResult.CompletedSynchronously)
net\System\Net\SecureProtocols\_SslStream.cs (4)
443if (!ar.CompletedSynchronously) 603if (!ar.CompletedSynchronously) 900if (transportResult.CompletedSynchronously) 934if (transportResult.CompletedSynchronously)
net\System\Net\Sockets\_MultipleConnectAsync.cs (2)
62if (result.CompletedSynchronously) 76if (!result.CompletedSynchronously)
net\System\Net\Sockets\Socket.cs (4)
6078if (dnsResult.CompletedSynchronously) 7036if (result.CompletedSynchronously) 7110if (connectResult.CompletedSynchronously) 7128if (result.CompletedSynchronously)
sys\System\IO\compression\DeflateStream.cs (2)
429outerResult.m_CompletedSynchronously &= baseStreamResult.CompletedSynchronously; 676outerResult.m_CompletedSynchronously &= asyncResult.CompletedSynchronously;
System.Activities (38)
System\Activities\AsyncCodeActivity.cs (3)
105if (result.CompletedSynchronously) 129if (result.CompletedSynchronously) 377if (result.CompletedSynchronously)
System\Activities\AsyncOperationContext.cs (2)
113if (result.CompletedSynchronously) 131if (result.CompletedSynchronously)
System\Activities\Runtime\ActivityExecutor.cs (7)
3186if (result.CompletedSynchronously) 3201return result == null || result.CompletedSynchronously; 3206if (result.CompletedSynchronously) 3936if (result.CompletedSynchronously) 4002if (result.CompletedSynchronously) 4076if (result.CompletedSynchronously) 4094if (result.CompletedSynchronously)
System\Activities\Runtime\WorkItem.cs (4)
165if (result.CompletedSynchronously) 191if (result.CompletedSynchronously) 292if (result.CompletedSynchronously) 330if (result.CompletedSynchronously)
System\Activities\Statements\DurableTimerExtension.cs (2)
163completed = result.CompletedSynchronously; 182if (result.CompletedSynchronously)
System\Activities\Statements\StateMachineExtension.cs (2)
49if (asyncResult.CompletedSynchronously) 57if (!result.CompletedSynchronously)
System\Activities\Tracking\TrackingProvider.cs (2)
354Fx.Assert(!result.CompletedSynchronously, "TrackingAsyncResult.OnTrackingComplete should not get called with a result that is CompletedSynchronously"); 400if (result.CompletedSynchronously)
System\Activities\WorkflowApplication.cs (12)
354if (result.CompletedSynchronously) 924if (result.CompletedSynchronously) 950if (result.CompletedSynchronously) 3220if (result.CompletedSynchronously) 3394if (result.CompletedSynchronously) 3995if (trackingResult.CompletedSynchronously) 4053if (result.CompletedSynchronously) 4971if (!result.CompletedSynchronously) 5032if (!result.CompletedSynchronously) 5106if (!result.CompletedSynchronously) 5175if (!result.CompletedSynchronously) 5237if (!result.CompletedSynchronously)
System\Activities\WorkflowInvoker.cs (4)
209if (result.CompletedSynchronously) 382if (result.CompletedSynchronously) 408if (result.CompletedSynchronously) 430if (result.CompletedSynchronously)
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\SqlCommandAsyncResult.cs (1)
175if (!result.CompletedSynchronously)
System.Data.Services.Client (33)
System\Data\Services\Client\BaseAsyncResult.cs (2)
418if (asyncResult.CompletedSynchronously) 441if (asyncResult.CompletedSynchronously)
System\Data\Services\Client\DataServiceContext.cs (23)
4250pereq.RequestCompletedSynchronously &= asyncResult.CompletedSynchronously; 4364pereq.RequestCompletedSynchronously &= asyncResult.CompletedSynchronously; 4365this.CompletedSynchronously &= asyncResult.CompletedSynchronously; 4437while (((null == pereq) || (pereq.RequestCompleted && asyncResult != null && asyncResult.CompletedSynchronously)) && !this.IsCompletedInternally); 5713pereq.RequestCompletedSynchronously &= asyncResult.CompletedSynchronously; // BeginGetRequestStream 5755pereq.RequestCompletedSynchronously &= asyncResult.CompletedSynchronously; 5782pereq.RequestCompletedSynchronously &= asyncResult.CompletedSynchronously; // BeginRead 5799if (!asyncResult.CompletedSynchronously || firstEndRead) 5806pereq.RequestCompletedSynchronously &= asyncResult.CompletedSynchronously; 5811if (asyncResult.CompletedSynchronously && !pereq.RequestCompleted && !this.IsCompletedInternally) 5815pereq.RequestCompletedSynchronously &= asyncResult.CompletedSynchronously; 5823while (asyncResult.CompletedSynchronously && !pereq.RequestCompleted && !this.IsCompletedInternally && 5836pereq.RequestCompletedSynchronously &= asyncResult.CompletedSynchronously; // BeginGetResponse 5862pereq.RequestCompletedSynchronously &= asyncResult.CompletedSynchronously; // BeginWrite 5879if (!asyncResult.CompletedSynchronously) 5883pereq.RequestCompletedSynchronously &= asyncResult.CompletedSynchronously; 5909pereq.RequestCompletedSynchronously &= asyncResult.CompletedSynchronously; // BeginGetResponse 5957pereq.RequestCompletedSynchronously &= asyncResult.CompletedSynchronously; // BeginRead 5959while (asyncResult.CompletedSynchronously && !pereq.RequestCompleted && !this.IsCompletedInternally && stream.CanRead); 5996pereq.RequestCompletedSynchronously &= asyncResult.CompletedSynchronously; // BeginRead 6009if (!asyncResult.CompletedSynchronously && stream.CanRead) 6015pereq.RequestCompletedSynchronously &= asyncResult.CompletedSynchronously; // BeginRead 6017while (asyncResult.CompletedSynchronously && !pereq.RequestCompleted && !this.IsCompletedInternally && stream.CanRead);
System\Data\Services\Client\GetReadStreamResult.cs (2)
64this.CompletedSynchronously &= asyncResult.CompletedSynchronously; 175state.CompletedSynchronously &= asyncResult.CompletedSynchronously; // BeginGetResponse
System\Data\Services\Client\QueryResult.cs (6)
180this.CompletedSynchronously &= asyncResult.CompletedSynchronously; 548state.CompletedSynchronously &= asyncResult.CompletedSynchronously; // BeginGetResponse 638queryResult.CompletedSynchronously &= asyncResult.CompletedSynchronously; // BeginRead 640while (asyncResult.CompletedSynchronously && !queryResult.IsCompletedInternally && stream.CanRead); 656state.CompletedSynchronously &= asyncResult.CompletedSynchronously; // BeginRead 680if (!asyncResult.CompletedSynchronously)
System.IdentityModel (1)
System\IdentityModel\SecurityTokenService.cs (1)
891typedResult.Complete(null, result.CompletedSynchronously, unhandledException);
System.Runtime.DurableInstancing (5)
System\Runtime\DurableInstancing\InstancePersistenceContext.cs (2)
966if (result.CompletedSynchronously) 1355return result.CompletedSynchronously ? OnCommit(result) : false;
System\Runtime\PersistencePipeline.cs (2)
451else if (result.CompletedSynchronously) 470if (result.CompletedSynchronously)
System\Runtime\TransactedAsyncResult.cs (1)
42if (result.CompletedSynchronously)
System.Runtime.Remoting (1)
channels\tcp\tcpserverchannel.cs (1)
365if (ar.CompletedSynchronously)
System.Runtime.Serialization (17)
System\Xml\XmlBaseWriter.cs (1)
1485if (!result.CompletedSynchronously)
System\Xml\XmlDictionaryWriter.cs (5)
369if (result.CompletedSynchronously) 393if (result.CompletedSynchronously) 627if (!result.CompletedSynchronously) 643if (!result.CompletedSynchronously) 674if (result.CompletedSynchronously && !(result is Task))
System\Xml\XmlStreamNodeWriter.cs (6)
180if (!result.CompletedSynchronously) 199if (result.CompletedSynchronously) 433if (!result.CompletedSynchronously) 453if (!result.CompletedSynchronously) 468if (!result.CompletedSynchronously) 743if (!result.CompletedSynchronously)
System\Xml\XmlUTF8TextWriter.cs (5)
1069if (!result.CompletedSynchronously) 1085if (!result.CompletedSynchronously) 1167if (!result.CompletedSynchronously) 1187if (!result.CompletedSynchronously) 1201if (result.CompletedSynchronously)
System.ServiceModel (557)
System\ServiceModel\ChannelFactory.cs (4)
425if (result.CompletedSynchronously) 434if (result.CompletedSynchronously) 481if (result.CompletedSynchronously) 490if (result.CompletedSynchronously)
System\ServiceModel\Channels\BufferedOutputAsyncStream.cs (3)
744if (result.CompletedSynchronously) 845if (asyncResult.CompletedSynchronously) 862if (result.CompletedSynchronously)
System\ServiceModel\Channels\ChainedAsyncResult.cs (4)
43if (!result.CompletedSynchronously) 54if (result.CompletedSynchronously) 89if (!result.CompletedSynchronously) 98if (result.CompletedSynchronously)
System\ServiceModel\Channels\ChannelDemuxer.cs (34)
594if (result.CompletedSynchronously) 713if (!result.CompletedSynchronously) 824if (!result.CompletedSynchronously) 837if (!result.CompletedSynchronously) 854if (result.CompletedSynchronously) 880if (result.CompletedSynchronously) 914if (!openResult.CompletedSynchronously) 925if (result.CompletedSynchronously) 994if (!result.CompletedSynchronously) 1025if (!result.CompletedSynchronously) 1047if (result.CompletedSynchronously) 1356if (result.CompletedSynchronously) 1824if (!peekResult.CompletedSynchronously) 1970if (result.CompletedSynchronously) 2012if (acceptValid && (acceptResult == null || acceptResult.CompletedSynchronously)) 2209if (result.CompletedSynchronously) 2376if (acceptValid && (result == null || result.CompletedSynchronously)) 2398if (!result.CompletedSynchronously) 2425if (!result.CompletedSynchronously) 2458if (receiveResult.CompletedSynchronously) 2469if (result.CompletedSynchronously) 2504if (result.CompletedSynchronously) 2633if (!result.CompletedSynchronously) 2650if (result.CompletedSynchronously) 2781if (result.CompletedSynchronously) 2981if (result.CompletedSynchronously) 3750if (!result.CompletedSynchronously) 3769if (result.CompletedSynchronously) 3815if (!result.CompletedSynchronously) 3825if (result.CompletedSynchronously) 3877if (!result.CompletedSynchronously) 3891if (!result.CompletedSynchronously) 3902if (result.CompletedSynchronously) 3929if (result.CompletedSynchronously)
System\ServiceModel\Channels\ChannelPool.cs (2)
40if (result.CompletedSynchronously) 63if (result.CompletedSynchronously)
System\ServiceModel\Channels\ChannelReliableSession.cs (2)
1057if (result.CompletedSynchronously) 1077if (result.CompletedSynchronously)
System\ServiceModel\Channels\CloseCollectionAsyncResult.cs (3)
52if (result.CompletedSynchronously) 78Decrement(result.CompletedSynchronously, closeException); 83if (result.CompletedSynchronously)
System\ServiceModel\Channels\CommunicationObject.cs (2)
1106if (result.CompletedSynchronously) 1180if (result.CompletedSynchronously)
System\ServiceModel\Channels\Connection.cs (4)
706if (!localResult.CompletedSynchronously) 751if (result.CompletedSynchronously) 828if (!localResult.CompletedSynchronously) 865if (result.CompletedSynchronously)
System\ServiceModel\Channels\ConnectionAcceptor.cs (2)
125if (result.CompletedSynchronously) 139if (result.CompletedSynchronously)
System\ServiceModel\Channels\ConnectionDemuxer.cs (4)
369if (result.CompletedSynchronously) 390if (result.CompletedSynchronously) 511if (result.CompletedSynchronously) 521if (result.CompletedSynchronously)
System\ServiceModel\Channels\ConnectionOrientedTransportChannelFactory.cs (4)
328if (result.CompletedSynchronously) 337if (result.CompletedSynchronously) 424if (result.CompletedSynchronously) 467if (result.CompletedSynchronously)
System\ServiceModel\Channels\ConnectionPool.cs (4)
1103if (!result.CompletedSynchronously) 1139if (!result.CompletedSynchronously) 1203if (result.CompletedSynchronously) 1237if (result.CompletedSynchronously)
System\ServiceModel\Channels\ContextChannelRequestContext.cs (5)
140if (result.CompletedSynchronously) 156if (result.CompletedSynchronously) 171if (result.CompletedSynchronously) 203if (result.CompletedSynchronously) 250if (replyResult.CompletedSynchronously)
System\ServiceModel\Channels\ContextOutputChannelBase.cs (5)
131if (result.CompletedSynchronously) 148if (result.CompletedSynchronously) 163if (result.CompletedSynchronously) 195if (result.CompletedSynchronously) 243if (sendResult.CompletedSynchronously)
System\ServiceModel\Channels\ContextRequestChannelBase.cs (5)
137if (result.CompletedSynchronously) 153if (result.CompletedSynchronously) 169if (result.CompletedSynchronously) 201if (result.CompletedSynchronously) 249if (requestResult.CompletedSynchronously)
System\ServiceModel\Channels\DatagramAdapter.cs (10)
99if (!result.CompletedSynchronously && this.FinishAccept(result)) 161else if (!result.CompletedSynchronously || !this.FinishAccept(result)) 473else if (result.CompletedSynchronously) 490if (!result.CompletedSynchronously) 1252this.hasCompletedAsynchronously &= result.CompletedSynchronously; 1275this.hasCompletedAsynchronously &= result.CompletedSynchronously; 1319this.hasCompletedAsynchronously &= result.CompletedSynchronously; 1486this.hasCompletedAsynchronously &= result.CompletedSynchronously; 1509this.hasCompletedAsynchronously &= result.CompletedSynchronously; 1553this.hasCompletedAsynchronously &= result.CompletedSynchronously;
System\ServiceModel\Channels\FramingChannels.cs (15)
512if (!initiatorOpenResult.CompletedSynchronously) 537if (!upgradeResult.CompletedSynchronously) 565if (!initiatorCloseResult.CompletedSynchronously) 622if (!decodeFaultResult.CompletedSynchronously) 692if (result.CompletedSynchronously) 725if (result.CompletedSynchronously) 758if (result.CompletedSynchronously) 819if (result.CompletedSynchronously) 868if (!result.CompletedSynchronously) 903if (result.CompletedSynchronously) 1282if (result.CompletedSynchronously) 1287return result.CompletedSynchronously; 1306if (!initiateUpgradeResult.CompletedSynchronously) 1357if (result.CompletedSynchronously) 1414if (result.CompletedSynchronously)
System\ServiceModel\Channels\HttpChannelFactory.cs (12)
1471if (result.CompletedSynchronously) 1487if (result.CompletedSynchronously) 1556if (asyncResult.CompletedSynchronously) 1623if (getResponseResult.CompletedSynchronously) 1770if (!result.CompletedSynchronously) 1801if (result.CompletedSynchronously) 1827if (result.CompletedSynchronously) 1867if (result.CompletedSynchronously) 1969if (result.CompletedSynchronously) 1985if (result.CompletedSynchronously) 2058if (result.CompletedSynchronously) 2086if (result.CompletedSynchronously)
System\ServiceModel\Channels\HttpChannelHelpers.cs (15)
714if (result.CompletedSynchronously) 744if (!result.CompletedSynchronously) 772if (result.CompletedSynchronously) 1684if (!result.CompletedSynchronously) 1715if (!result.CompletedSynchronously) 1737if (result.CompletedSynchronously) 2094if (!result.CompletedSynchronously) 2123if (!result.CompletedSynchronously) 2183if (!writeResult.CompletedSynchronously) 2211if (!result.CompletedSynchronously) 2223if (result.CompletedSynchronously) 2268if (result.CompletedSynchronously) 2341if (result.CompletedSynchronously) 2744if (result.CompletedSynchronously) 2774if (result.CompletedSynchronously)
System\ServiceModel\Channels\HttpChannelListener.cs (2)
1254if (result.CompletedSynchronously) 1308if (result.CompletedSynchronously)
System\ServiceModel\Channels\HttpPipeline.cs (2)
656if (result.CompletedSynchronously) 683if (result.CompletedSynchronously)
System\ServiceModel\Channels\HttpRequestContext.cs (2)
612if (result.CompletedSynchronously) 744if (!result.CompletedSynchronously)
System\ServiceModel\Channels\HttpsChannelFactory.cs (4)
446if (!result.CompletedSynchronously) 468if (!result.CompletedSynchronously) 480if (result.CompletedSynchronously) 505if (result.CompletedSynchronously)
System\ServiceModel\Channels\InitialServerConnectionReader.cs (2)
354if (result.CompletedSynchronously) 398if (result.CompletedSynchronously)
System\ServiceModel\Channels\InputChannel.cs (2)
189if (!result.CompletedSynchronously) 215if (result.CompletedSynchronously)
System\ServiceModel\Channels\InternalDuplexChannelListener.cs (2)
302if (result.CompletedSynchronously) 336if (result.CompletedSynchronously)
System\ServiceModel\Channels\LayeredChannelListener.cs (4)
205if (result.CompletedSynchronously) 214if (result.CompletedSynchronously) 260if (result.CompletedSynchronously) 269if (result.CompletedSynchronously)
System\ServiceModel\Channels\Message.cs (1)
1197if (!result.CompletedSynchronously)
System\ServiceModel\Channels\MsmqReceiveHelper.cs (2)
415Complete(result.CompletedSynchronously, ex); 473base.Complete(result.CompletedSynchronously, completionException);
System\ServiceModel\Channels\OneWayChannelFactory.cs (4)
723if (!result.CompletedSynchronously) 741if (!result.CompletedSynchronously) 752if (result.CompletedSynchronously) 787if (result.CompletedSynchronously)
System\ServiceModel\Channels\OneWayChannelListener.cs (11)
292if (!result.CompletedSynchronously) 407else if (replyResult.CompletedSynchronously) 419if (result.CompletedSynchronously) 451if (result.CompletedSynchronously) 743if (!result.CompletedSynchronously) 892if (result.CompletedSynchronously) 963if (openResult.CompletedSynchronously) 979if (result.CompletedSynchronously) 1291if (!result.CompletedSynchronously) 1431if (result.CompletedSynchronously) 1474if (result.CompletedSynchronously)
System\ServiceModel\Channels\OpenCollectionAsyncResult.cs (2)
39if (result.CompletedSynchronously) 49if (result.CompletedSynchronously)
System\ServiceModel\Channels\PeerFlooder.cs (4)
204if (result.CompletedSynchronously) 229if ((result == null || result.CompletedSynchronously) && !fatal) 976if (!result.CompletedSynchronously) 1003if (message != null && !result.CompletedSynchronously && !fatal)
System\ServiceModel\Channels\PeerNeighborManager.cs (10)
409if (beginResult.CompletedSynchronously) 450if (!result.CompletedSynchronously) 1074if (result.CompletedSynchronously) 1119if (!result.CompletedSynchronously) 1453if (!result.CompletedSynchronously) 1530if (!result.CompletedSynchronously) 1626if (result.CompletedSynchronously) 1639if (result.CompletedSynchronously) 1645if (!result.CompletedSynchronously) 1662base.Complete(result.CompletedSynchronously, exception);
System\ServiceModel\Channels\PeerNodeImplementation.cs (1)
1833this.Complete(result.CompletedSynchronously, floodException);
System\ServiceModel\Channels\ReliableChannelBinder.cs (28)
427if (result.CompletedSynchronously) 690if (result.CompletedSynchronously) 2318if (result.CompletedSynchronously) 2415if (!result.CompletedSynchronously) 2468if (!result.CompletedSynchronously) 2511if (result.CompletedSynchronously) 2768if (result.CompletedSynchronously) 2807if (result.CompletedSynchronously) 2851if (!result.CompletedSynchronously) 2888if (!result.CompletedSynchronously) 3001if (inputResult.CompletedSynchronously) 3071if (!result.CompletedSynchronously) 3127if (!result.CompletedSynchronously) 3150if (result.CompletedSynchronously) 3257if (!result.CompletedSynchronously) 3274if (result.CompletedSynchronously) 3364if (result.CompletedSynchronously) 3383if (!result.CompletedSynchronously) 3427if (!result.CompletedSynchronously) 3487if (result.CompletedSynchronously) 3946if (result.CompletedSynchronously) 3995if (result.CompletedSynchronously) 4046if (result.CompletedSynchronously) 4071if (result.CompletedSynchronously) 4102if (result.CompletedSynchronously) 4151if (result.CompletedSynchronously) 4194if (result.CompletedSynchronously) 4229if (result.CompletedSynchronously)
System\ServiceModel\Channels\ReliableChannelListener.cs (12)
343if (result.CompletedSynchronously) 364if (result.CompletedSynchronously) 412if (!result.CompletedSynchronously) 448if (!result.CompletedSynchronously) 483if (result.CompletedSynchronously) 530if (!result.CompletedSynchronously) 738if (!result.CompletedSynchronously) 870if (!result.CompletedSynchronously) 1133if (!result.CompletedSynchronously) 1250if (!result.CompletedSynchronously) 1505if (!result.CompletedSynchronously) 1553if (result.CompletedSynchronously)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (4)
1173if (result.CompletedSynchronously) 1302if (!result.CompletedSynchronously) 1611if (result.CompletedSynchronously) 1692if (result.CompletedSynchronously)
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (2)
142if (result.CompletedSynchronously) 365if (!result.CompletedSynchronously)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (25)
81this.completedSynchronously = this.completedSynchronously && result.CompletedSynchronously; 749if (result.CompletedSynchronously) 841if (result.CompletedSynchronously) 865if (result.CompletedSynchronously) 937if (result.CompletedSynchronously) 1130if (result.CompletedSynchronously) 1146if (result.CompletedSynchronously) 1162if (!result.CompletedSynchronously) 1187if (!result.CompletedSynchronously) 1240if (result.CompletedSynchronously) 1268if (result.CompletedSynchronously) 1306if (result.CompletedSynchronously) 1322if (!result.CompletedSynchronously) 1344if (!result.CompletedSynchronously) 1374if (!result.CompletedSynchronously) 1730if (!requestResult.CompletedSynchronously) 1780if (!waitResult.CompletedSynchronously) 1796if (!result.CompletedSynchronously) 1833if (!result.CompletedSynchronously) 2016if (sendResult.CompletedSynchronously) 2040if (tryReceiveResult.CompletedSynchronously) 2060if (!result.CompletedSynchronously) 2091if (!result.CompletedSynchronously) 2337if (operationResult.CompletedSynchronously) 2362if (!result.CompletedSynchronously)
System\ServiceModel\Channels\ReliableOutputConnection.cs (9)
318if (!result.CompletedSynchronously) 428if (result.CompletedSynchronously) 437if (!result.CompletedSynchronously) 458if (!result.CompletedSynchronously) 575if (result.CompletedSynchronously) 671if (result.CompletedSynchronously) 680if (!result.CompletedSynchronously) 762if (result.CompletedSynchronously) 792if (!result.CompletedSynchronously)
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (4)
541if (result.CompletedSynchronously) 1237if (!result.CompletedSynchronously) 1686if (result.CompletedSynchronously) 1732if (!result.CompletedSynchronously)
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (3)
530if (!result.CompletedSynchronously) 542if (result.CompletedSynchronously) 1104this.Complete(result.CompletedSynchronously, completeException);
System\ServiceModel\Channels\ReplyChannel.cs (2)
95if (!result.CompletedSynchronously) 121if (result.CompletedSynchronously)
System\ServiceModel\Channels\SecurityChannelFactory.cs (4)
453if (!result.CompletedSynchronously) 463if (result.CompletedSynchronously) 498if (!result.CompletedSynchronously) 512if (result.CompletedSynchronously)
System\ServiceModel\Channels\SecurityChannelListener.cs (10)
549if (!result.CompletedSynchronously) 561if (result.CompletedSynchronously) 613if (!result.CompletedSynchronously) 624if (result.CompletedSynchronously) 856if (!result.CompletedSynchronously) 868if (result.CompletedSynchronously) 1564if (!asyncResult.CompletedSynchronously) 1594if (result.CompletedSynchronously) 1696if (!result.CompletedSynchronously) 1734if (result.CompletedSynchronously)
System\ServiceModel\Channels\ServerReliableChannelBinder.cs (2)
383if (!result.CompletedSynchronously) 497if (!result.CompletedSynchronously)
System\ServiceModel\Channels\ServiceChannel.cs (6)
1928if (result.CompletedSynchronously) 1936if (!result.CompletedSynchronously) 1992else if (result.CompletedSynchronously) 2000if (!result.CompletedSynchronously) 2076else if (result.CompletedSynchronously) 2084if (!result.CompletedSynchronously)
System\ServiceModel\Channels\SessionConnectionReader.cs (4)
184if (result.CompletedSynchronously) 242if (!result.CompletedSynchronously) 816if (!upgradeConnectionResult.CompletedSynchronously) 915if (result.CompletedSynchronously)
System\ServiceModel\Channels\SharedConnectionListener.cs (2)
897if (asyncResult.CompletedSynchronously) 937if (result.CompletedSynchronously)
System\ServiceModel\Channels\SharedHttpTransportManager.cs (7)
193if (result.CompletedSynchronously) 249if ((listenerContextResult == null) || !listenerContextResult.CompletedSynchronously) 314if (httpContextReceivedResult.CompletedSynchronously) 347if (httpContextReceivedResult.CompletedSynchronously) 387if ((listenerContextResult == null) || !listenerContextResult.CompletedSynchronously) 461if (result.CompletedSynchronously) 497if (result != null && result.CompletedSynchronously)
System\ServiceModel\Channels\SingletonConnectionReader.cs (4)
154if (result.CompletedSynchronously) 213if (!result.CompletedSynchronously) 596if (!upgradeAsyncResult.CompletedSynchronously) 761if (result.CompletedSynchronously)
System\ServiceModel\Channels\SocketConnection.cs (4)
1174if (!result.CompletedSynchronously) 1263if (result.CompletedSynchronously) 1879if (!result.CompletedSynchronously) 1916if (result.CompletedSynchronously)
System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (18)
355if (!result.CompletedSynchronously) 384if (!openTokenProviderResult.CompletedSynchronously) 400if (!getTokenResult.CompletedSynchronously) 417if (!closeTokenProviderResult.CompletedSynchronously) 434if (result.CompletedSynchronously) 465if (result.CompletedSynchronously) 496if (result.CompletedSynchronously) 527if (result.CompletedSynchronously) 1080if (!result.CompletedSynchronously) 1107if (!openTokenProviderResult.CompletedSynchronously) 1121if (!getTokenResult.CompletedSynchronously) 1137if (result.CompletedSynchronously) 1168if (result.CompletedSynchronously) 1199if (result.CompletedSynchronously) 1251if (!result.CompletedSynchronously) 1278if (!closeTokenProviderResult.CompletedSynchronously) 1289if (result.CompletedSynchronously) 1320if (result.CompletedSynchronously)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (9)
265if (!initiateUpgradeResult.CompletedSynchronously) 329if (!decodeFaultResult.CompletedSynchronously) 428if (result.CompletedSynchronously) 461if (result.CompletedSynchronously) 648if (result.CompletedSynchronously) 682if (!writeResult.CompletedSynchronously) 729if (!receiveResult.CompletedSynchronously) 751if (result.CompletedSynchronously) 793if (result.CompletedSynchronously)
System\ServiceModel\Channels\StreamSecurityUpgradeAcceptorAsyncResult.cs (2)
42if (!result.CompletedSynchronously) 80if (result.CompletedSynchronously)
System\ServiceModel\Channels\StreamSecurityUpgradeInitiatorAsyncResult.cs (2)
45if (!result.CompletedSynchronously) 83if (result.CompletedSynchronously)
System\ServiceModel\Channels\TransactionChannelListener.cs (1)
663outerResult.Complete(result.CompletedSynchronously);
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (6)
710if (!result.CompletedSynchronously) 730if (result.CompletedSynchronously) 762if (result.CompletedSynchronously) 826if (!closeInputSessionResult.CompletedSynchronously) 1240if (result.CompletedSynchronously) 1273if (result.CompletedSynchronously)
System\ServiceModel\Channels\TransportSecurityHelpers.cs (4)
575if (result.CompletedSynchronously) 599if (result.CompletedSynchronously) 656if (result.CompletedSynchronously) 693if (result.CompletedSynchronously)
System\ServiceModel\Channels\UtilityExtension.cs (4)
277if (result.CompletedSynchronously) 298if (!fatal && (result == null || result.CompletedSynchronously)) 310if (result.CompletedSynchronously) 342Fx.Assert(!result.CompletedSynchronously, "result.CompletedSynchronously");
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (2)
270if (!result.CompletedSynchronously) 460if (ar.CompletedSynchronously)
System\ServiceModel\Channels\WindowsStreamSecurityUpgradeProvider.cs (10)
553if (!result.CompletedSynchronously) 575if (!openTokenProviderResult.CompletedSynchronously) 589if (!getCredentialResult.CompletedSynchronously) 606if (result.CompletedSynchronously) 637if (result.CompletedSynchronously) 668if (result.CompletedSynchronously) 717if (!result.CompletedSynchronously) 739if (!closeTokenProviderResult.CompletedSynchronously) 750if (result.CompletedSynchronously) 781if (result.CompletedSynchronously)
System\ServiceModel\ClientBase.cs (3)
1007if (result.CompletedSynchronously) 1021if (error != null || result.CompletedSynchronously) /* result cannot be null if error == null */ 1029if (result.CompletedSynchronously)
System\ServiceModel\Description\MetadataExchangeClient.cs (6)
891if (result.CompletedSynchronously) 918if (result.CompletedSynchronously) 1136if (result.CompletedSynchronously) 1152if (result.CompletedSynchronously) 1254if (result.CompletedSynchronously) 1277if (result.CompletedSynchronously)
System\ServiceModel\Description\MetadataResolver.cs (2)
189if (result.CompletedSynchronously) 198if (result.CompletedSynchronously)
System\ServiceModel\Dispatcher\BufferedReceiveBinder.cs (2)
99if (result.CompletedSynchronously) 218if (result.CompletedSynchronously)
System\ServiceModel\Dispatcher\ChannelHandler.cs (7)
319if ((result != null) && result.CompletedSynchronously) 340if ((result == null) || !result.CompletedSynchronously) 358if (result == null || !result.CompletedSynchronously) 624if ((result != null) && result.CompletedSynchronously) 1062if (!result.CompletedSynchronously) 1264if (result.CompletedSynchronously) 1424if (result.CompletedSynchronously)
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (2)
606if (result.CompletedSynchronously) 659if (result.CompletedSynchronously)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (8)
390if (result.CompletedSynchronously) 633if (!result.CompletedSynchronously) 727if (!result.CompletedSynchronously) 744if (result.CompletedSynchronously) 1241else if (result.CompletedSynchronously) 1260if (result.CompletedSynchronously) 1342else if (result.CompletedSynchronously) 1350if (result.CompletedSynchronously)
System\ServiceModel\Dispatcher\ImmutableClientRuntime.cs (2)
353if (!result.CompletedSynchronously) 373if (result.CompletedSynchronously)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (4)
435if (rpc.AsyncResult.CompletedSynchronously) 528if (rpc.AsyncResult.CompletedSynchronously) 732if (result.CompletedSynchronously) 749if (result.CompletedSynchronously)
System\ServiceModel\Dispatcher\InstanceContextManager.cs (4)
88if (!result.CompletedSynchronously) 130if (result.CompletedSynchronously) 317if (result.CompletedSynchronously) 327if (result.CompletedSynchronously)
System\ServiceModel\Dispatcher\ListenerHandler.cs (8)
225if (!result.CompletedSynchronously) 240if (result.CompletedSynchronously) 289if (result.CompletedSynchronously) 399if (result.CompletedSynchronously) 441if (result.CompletedSynchronously) 447if (result.CompletedSynchronously) 469if (result.CompletedSynchronously) 517if (result.CompletedSynchronously)
System\ServiceModel\Dispatcher\MessageRpc.cs (4)
233if (result.CompletedSynchronously) 313if (result.CompletedSynchronously) 333if (result.CompletedSynchronously) 356if (result.CompletedSynchronously)
System\ServiceModel\Dispatcher\MultipleReceiveBinder.cs (2)
109if (result.CompletedSynchronously) 118if (nestedResult.CompletedSynchronously)
System\ServiceModel\Dispatcher\ReceiveContextRPCFacet.cs (7)
62if (result.CompletedSynchronously) 92if (result.CompletedSynchronously) 146if (result.CompletedSynchronously) 255if (result.CompletedSynchronously) 271if (result.CompletedSynchronously) 334if (result.CompletedSynchronously) 352if (result.CompletedSynchronously)
System\ServiceModel\InstanceContext.cs (1)
652if (result.CompletedSynchronously && CloseChannelsCallback(result))
System\ServiceModel\Security\ApplySecurityAndSendAsyncResult.cs (3)
43if (result.CompletedSynchronously) 67if (!result.CompletedSynchronously) 93if (result.CompletedSynchronously)
System\ServiceModel\Security\InfocardInteractiveChannelInitializer.cs (2)
98if (!result.CompletedSynchronously) 116if (result.CompletedSynchronously)
System\ServiceModel\Security\IssuanceTokenProviderBase.cs (10)
800if (!createStateResult.CompletedSynchronously) 811if (result.CompletedSynchronously) 857if (!result.CompletedSynchronously) 868if (result.CompletedSynchronously) 910if (!result.CompletedSynchronously) 920if (result.CompletedSynchronously) 973if (!result.CompletedSynchronously) 1003if (result.CompletedSynchronously) 1074if (!result.CompletedSynchronously) 1084if (result.CompletedSynchronously)
System\ServiceModel\Security\MessageSecurityProtocol.cs (6)
741if (result.CompletedSynchronously) 781if (!result.CompletedSynchronously) 874if (!result.CompletedSynchronously) 906if (result.CompletedSynchronously) 943if (result.CompletedSynchronously) 990if (result.CompletedSynchronously)
System\ServiceModel\Security\ReceiveMessageAndVerifySecurityAsyncResultBase.cs (2)
29if (!asyncResult.CompletedSynchronously) 53if (result.CompletedSynchronously)
System\ServiceModel\Security\SecurityProtocol.cs (2)
881if (result.CompletedSynchronously) 941if (!result.CompletedSynchronously)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (34)
1693if (!result.CompletedSynchronously) 1720if (result.CompletedSynchronously) 1769if (!result.CompletedSynchronously) 1789if (result.CompletedSynchronously) 1861if (!result.CompletedSynchronously) 1896if (!result.CompletedSynchronously) 1911if (result.CompletedSynchronously) 1952if (!result.CompletedSynchronously) 1966if (result.CompletedSynchronously) 1998if (!result.CompletedSynchronously) 2018if (result.CompletedSynchronously) 2086if (!result.CompletedSynchronously) 2113if (result.CompletedSynchronously) 2162if (!result.CompletedSynchronously) 2188if (result.CompletedSynchronously) 2260if (!result.CompletedSynchronously) 2283if (result.CompletedSynchronously) 2336if (!result.CompletedSynchronously) 2374if (result.CompletedSynchronously) 2437if (!result.CompletedSynchronously) 2447if (result.CompletedSynchronously) 2540if (!result.CompletedSynchronously) 2592if (result.CompletedSynchronously) 2650if (!result.CompletedSynchronously) 2669if (result.CompletedSynchronously) 2986if (!result.CompletedSynchronously) 2996if (result.CompletedSynchronously) 3042if (!result.CompletedSynchronously) 3056if (result.CompletedSynchronously) 3088if (!result.CompletedSynchronously) 3098if (result.CompletedSynchronously) 3289if (result != null && result.CompletedSynchronously) 3333if (result.CompletedSynchronously) 3374if (nextReceiveResult != null && nextReceiveResult.CompletedSynchronously)
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (6)
879if (!result.CompletedSynchronously) 889if (result.CompletedSynchronously) 940if (!result.CompletedSynchronously) 960if (result.CompletedSynchronously) 1019if (!result.CompletedSynchronously) 1029if (result.CompletedSynchronously)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (31)
2199if (!result.CompletedSynchronously) 2262if (result.CompletedSynchronously) 2322if (!result.CompletedSynchronously) 2358if (result.CompletedSynchronously) 2426if (!result.CompletedSynchronously) 2445if (result.CompletedSynchronously) 2655if (!result.CompletedSynchronously) 2702if (!result.CompletedSynchronously) 2804if (result.CompletedSynchronously) 3165if (!result.CompletedSynchronously) 3211if (result.CompletedSynchronously) 3269if (!result.CompletedSynchronously) 3301if (result.CompletedSynchronously) 3369if (!result.CompletedSynchronously) 3395if (result.CompletedSynchronously) 3450if (!result.CompletedSynchronously) 3465if (result.CompletedSynchronously) 4055if (!result.CompletedSynchronously) 4074if (result.CompletedSynchronously) 4160if (!result.CompletedSynchronously) 4180if (result.CompletedSynchronously) 4233if (!result.CompletedSynchronously) 4264if (result.CompletedSynchronously) 4333if (!result.CompletedSynchronously) 4364if (result.CompletedSynchronously) 4433if (!result.CompletedSynchronously) 4466if (result.CompletedSynchronously) 4522if (!result.CompletedSynchronously) 4537if (result.CompletedSynchronously) 4763if (!result.CompletedSynchronously) 4814if (result.CompletedSynchronously)
System\ServiceModel\Security\SecurityUtils.cs (4)
1662if (result.CompletedSynchronously) 1682if (result.CompletedSynchronously) 1737if (result.CompletedSynchronously) 1757if (result.CompletedSynchronously)
System\ServiceModel\Security\TlsnegoTokenProvider.cs (2)
242if (!result.CompletedSynchronously) 254if (result.CompletedSynchronously)
System\ServiceModel\Security\WSTrustChannel.cs (1)
115this.Complete(iar.CompletedSynchronously);
System\ServiceModel\ServiceHost.cs (8)
1351else if (result.CompletedSynchronously) 1359if (!result.CompletedSynchronously) 1426else if (result.CompletedSynchronously) 1434if (!result.CompletedSynchronously) 1491else if (result.CompletedSynchronously) 1499if (!result.CompletedSynchronously) 1555else if (result.CompletedSynchronously) 1563if (!result.CompletedSynchronously)
System.ServiceModel.Activation (5)
System\ServiceModel\Activation\CollectibleLRUCache.cs (2)
327else if (result.CompletedSynchronously) 362if (result == null || result.CompletedSynchronously)
System\ServiceModel\Activation\HostedHttpRequestAsyncResult.cs (1)
356if (!result.CompletedSynchronously)
System\ServiceModel\Activation\HostedHttpTransportManager.cs (2)
147if (httpContextReceivedResult.CompletedSynchronously) 191if (httpContextReceivedResult.CompletedSynchronously)
System.ServiceModel.Activities (56)
System\ServiceModel\Activities\Dispatcher\BufferedReceiveManager.cs (2)
271if (result.CompletedSynchronously) 298if (result.CompletedSynchronously)
System\ServiceModel\Activities\Dispatcher\ControlOperationInvoker.cs (2)
450if (result.CompletedSynchronously) 658if (result != null && result.CompletedSynchronously)
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (1)
866thisPtr.allReleaseInstancesCompletedSynchronously = thisPtr.allReleaseInstancesCompletedSynchronously && result.CompletedSynchronously;
System\ServiceModel\Activities\Dispatcher\TransactionContext.cs (2)
64if (result.CompletedSynchronously) 113if (!result.CompletedSynchronously)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (27)
744Fx.Assert(result.CompletedSynchronously, "This overload should only be called when completed synchronously."); 750Fx.Assert(!result.CompletedSynchronously, "This overload should only be called when completed asynchronously."); 1084if (result.CompletedSynchronously) 1114if (result.CompletedSynchronously) 1234if (result.CompletedSynchronously) 1288if (result.CompletedSynchronously) 1333if (result.CompletedSynchronously) 1365if (result.CompletedSynchronously) 1408if (result.CompletedSynchronously) 1442if (result.CompletedSynchronously) 2189if (result.CompletedSynchronously) 2199if (result.CompletedSynchronously) 2562if (result.CompletedSynchronously) 2936if (result.CompletedSynchronously) 3159if (result.CompletedSynchronously) 3509if (result.CompletedSynchronously) 3621if (result.CompletedSynchronously) 4177if (result.CompletedSynchronously) 4206if (result.CompletedSynchronously) 5732if (result.CompletedSynchronously) 5749if (result.CompletedSynchronously) 5816if (result.CompletedSynchronously) 5824if (result.CompletedSynchronously) 5842if (result.CompletedSynchronously) 5880if (result.CompletedSynchronously) 6079if (result.CompletedSynchronously) 6096if (result.CompletedSynchronously)
System\ServiceModel\Activities\InternalSendMessage.cs (9)
1658if (result.CompletedSynchronously) 1782if (result.CompletedSynchronously) 1842if (result.CompletedSynchronously) 1851if (result.CompletedSynchronously) 1875if (result != null && result.CompletedSynchronously) 1899if (result.CompletedSynchronously) 1965if (result.CompletedSynchronously) 2970if (result.CompletedSynchronously) 2996if (result.CompletedSynchronously)
System\ServiceModel\Activities\WorkflowControlClient.cs (5)
607if (result.CompletedSynchronously) 669if (result.CompletedSynchronously) 729if (result.CompletedSynchronously) 790if (result.CompletedSynchronously) 851if (result.CompletedSynchronously)
System\ServiceModel\Activities\WorkflowOperationContext.cs (2)
585if (pendingAsyncResult.CompletedSynchronously) 638if (nextResult.CompletedSynchronously)
System\ServiceModel\Activities\WorkflowUpdateableControlClient.cs (6)
679if (result.CompletedSynchronously) 741if (result.CompletedSynchronously) 801if (result.CompletedSynchronously) 862if (result.CompletedSynchronously) 923if (result.CompletedSynchronously) 984if (result.CompletedSynchronously)
System.ServiceModel.Channels (10)
System\ServiceModel\Channels\UdpOutputChannel.cs (2)
718if (result.CompletedSynchronously) 800if (!socketAsyncResult.CompletedSynchronously)
System\ServiceModel\Channels\UdpReplyChannel.cs (2)
205if (!result.CompletedSynchronously) 222if (result.CompletedSynchronously)
System\ServiceModel\Channels\UdpSocket.cs (4)
301if (!socketAsyncResult.CompletedSynchronously) 318if (result.CompletedSynchronously) 382if (!socketAsyncResult.CompletedSynchronously) 432if (result.CompletedSynchronously)
System\ServiceModel\Channels\UdpSocketReceiveManager.cs (2)
194if (result.CompletedSynchronously) 267if (result.CompletedSynchronously)
System.ServiceModel.Discovery (28)
System\ServiceModel\Discovery\AnnouncementDispatcherAsyncResult.cs (1)
125if (!result.CompletedSynchronously)
System\ServiceModel\Discovery\ByeOperationAsyncResult.cs (1)
44if (innerAsyncResult.CompletedSynchronously && OnOnOfflineAnnouncementCompleted(innerAsyncResult))
System\ServiceModel\Discovery\DiscoveryClient.cs (6)
841if (result.CompletedSynchronously) 886if (result.CompletedSynchronously) 929if (result.CompletedSynchronously) 1020if (result.CompletedSynchronously) 1216if (result.CompletedSynchronously && OnAsyncLifetimeManagerCloseCompleted(result)) 1254if (closeAsyncResult.CompletedSynchronously)
System\ServiceModel\Discovery\DiscoveryClientChannelBase.cs (1)
664if (closeResult.CompletedSynchronously && OnCloseCompleted(closeResult))
System\ServiceModel\Discovery\HelloOperationAsyncResult.cs (1)
44if (innerAsyncResult.CompletedSynchronously && OnOnOnlineAnnouncementCompleted(innerAsyncResult))
System\ServiceModel\Discovery\IteratorAsyncResult.cs (2)
102if (result.CompletedSynchronously) 199if (result.CompletedSynchronously)
System\ServiceModel\Discovery\ProbeDuplexAsyncResult.cs (5)
136if (result.CompletedSynchronously) 214return (result.CompletedSynchronously && OnShouldRedirectFindCompleted(result)); 230return (result.CompletedSynchronously && OnSendProxyAnnouncementsCompleted(result)); 240if (result.CompletedSynchronously) 255return (result.CompletedSynchronously && OnSendFindResponsesCompleted(result));
System\ServiceModel\Discovery\ProbeRequestResponseAsyncResult.cs (1)
99return (result.CompletedSynchronously && OnOnFindCompleted(result));
System\ServiceModel\Discovery\RandomDelaySendsAsyncResult.cs (5)
108if (result.CompletedSynchronously) 135if (result.CompletedSynchronously) 175if (!result.CompletedSynchronously) 212if (result.CompletedSynchronously) 244if (!result.CompletedSynchronously)
System\ServiceModel\Discovery\ResolveDuplexAsyncResult.cs (4)
173return (result.CompletedSynchronously && OnShouldRedirectResolveCompleted(result)); 189return (result.CompletedSynchronously && OnSendProxyAnnouncementsCompleted(result)); 199return (result.CompletedSynchronously && OnOnResolveCompleted(result)); 225return (result.CompletedSynchronously && OnSendResolveResponseCompleted(result));
System\ServiceModel\Discovery\ResolveRequestResponseAsyncResult.cs (1)
97return (result.CompletedSynchronously && OnOnResolveCompleted(result));
System.ServiceModel.Internals (2)
System\Runtime\AsyncResult.cs (2)
214if (result.CompletedSynchronously) 320else if (!result.CompletedSynchronously)
System.ServiceModel.Routing (2)
System\ServiceModel\Routing\RoutingChannelExtension.cs (2)
153if (result.CompletedSynchronously) 210if (result.CompletedSynchronously)
System.Web (17)
HttpApplication.cs (3)
3122if (ar.CompletedSynchronously) { 3423if (ar.CompletedSynchronously) { 4407if (asyncResult.CompletedSynchronously) {
HttpRuntime.cs (2)
1495if (ar.CompletedSynchronously) { 2054if (ar.CompletedSynchronously) {
ImplicitAsyncPreloadModule.cs (3)
83if (!readAsyncResult.CompletedSynchronously) { 105if (readAsyncResult.CompletedSynchronously) { 117if (!readAsyncResult.CompletedSynchronously) {
TaskWrapperAsyncResult.cs (1)
37get { return _forceCompletedSynchronously || ((IAsyncResult)Task).CompletedSynchronously; }
UI\LegacyPageAsyncTask.cs (2)
120Debug.Trace("Async", "Task completed, CompletedSynchronously=" + ar.CompletedSynchronously); 151_completedSynchronously = _asyncResult.CompletedSynchronously;
UI\Page.cs (2)
5854if (ar.CompletedSynchronously) { 5947if (ar.CompletedSynchronously) // handled in CallHandlers()
Util\AppVerifier.cs (4)
311if (!asyncResult.CompletedSynchronously) { 324assert(!asyncResult.CompletedSynchronously, AppVerifierErrorCode.AsyncCallbackInvokedAsynchronouslyButAsyncResultWasMarkedCompletedSynchronously); 362if (asyncResultReturnedByBeginHandler.CompletedSynchronously) { 414assert(tempAsyncResultPassedToCallback.CompletedSynchronously, AppVerifierErrorCode.AsyncCallbackInvokedAsynchronouslyThenBeginHandlerThrew);
System.Web.Services (6)
System\Web\Services\Protocols\ClientProtocol.cs (5)
274client.CombineCompletedSynchronously(asyncResult.CompletedSynchronously); 309client.CombineCompletedSynchronously(asyncResult.CompletedSynchronously); 352if (!asyncResult.CompletedSynchronously) 385client.CombineCompletedSynchronously(asyncResult.CompletedSynchronously); 386if (asyncResult.CompletedSynchronously)
System\Web\Services\Protocols\WebServiceHandler.cs (1)
230if (!result.CompletedSynchronously)
System.WorkflowServices (12)
System\ServiceModel\Dispatcher\ServiceDurableInstance.cs (4)
633(result != null && result.CompletedSynchronously)) 670if (result.CompletedSynchronously) 814if (result.CompletedSynchronously) 867if (result.CompletedSynchronously)
System\ServiceModel\Dispatcher\ServiceOperationInvoker.cs (6)
136if (result.CompletedSynchronously) 160if (result.CompletedSynchronously) 190if (resultParameter.CompletedSynchronously) 228if (resultParameter.CompletedSynchronously) 268if (result.CompletedSynchronously) 304if (result.CompletedSynchronously)
System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (2)
1068if (result.CompletedSynchronously) 1131if (result.CompletedSynchronously)