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