2 writes to completedSynchronously
System.Web.Services (2)
System\Web\Services\Protocols\ClientProtocol.cs (2)
563
this.
completedSynchronously
= true;
660
completedSynchronously
= completedSynchronously && innerCompletedSynchronously;
2 references to completedSynchronously
System.Web.Services (2)
System\Web\Services\Protocols\ClientProtocol.cs (2)
587
get { return
completedSynchronously
; }
660
completedSynchronously =
completedSynchronously
&& innerCompletedSynchronously;