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