7 references to MustCompleteSynchronously
System (7)
net\System\Net\SecureProtocols\_NegoStream.cs (2)
273
if (!asyncRequest.
MustCompleteSynchronously
)
327
if (!asyncRequest.
MustCompleteSynchronously
)
net\System\Net\SecureProtocols\_SslState.cs (3)
857
if (!asyncRequest.
MustCompleteSynchronously
)
901
if (!asyncRequest.
MustCompleteSynchronously
)
1716
if (request.
MustCompleteSynchronously
)
net\System\Net\SecureProtocols\_SslStream.cs (2)
746
if (!asyncRequest.
MustCompleteSynchronously
)
793
if (!asyncRequest.
MustCompleteSynchronously
)