1 write to _completedSynchronously
System.Web (1)
Hosting\AsyncResultBase.cs (1)
49
_completedSynchronously
= synchronous;
1 reference to _completedSynchronously
System.Web (1)
Hosting\AsyncResultBase.cs (1)
99
public bool CompletedSynchronously { get { return
_completedSynchronously
; } }