2 writes to _completedSynchronously
System.Web (2)
HttpAsyncResult.cs (2)
51_completedSynchronously = completed; 78_completedSynchronously = synchronous;
1 reference to _completedSynchronously
System.Web (1)
HttpAsyncResult.cs (1)
137public bool CompletedSynchronously { get { return _completedSynchronously;}}