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)
137
public bool CompletedSynchronously { get { return
_completedSynchronously
;}}