Updates referencesource to .NET 4.7
[mono.git] / mcs / class / referencesource / System.Web / Util / AppVerifier.cs
index f45390c0d226f90c2f44a4b9897dcb1dba5b53e7..272ed3ee447607be635e5b08edc8ac5f5b1c2c0a 100644 (file)
                                    // BeginHandler hasn't yet returned, so this call may be synchronous or asynchronous.
                                    // We can tell by comparing the current thread with the thread which called BeginHandler.
                                    // From a correctness perspective, it is valid to invoke the AsyncCallback delegate either
-                                   // synchronously or asynchronously. From [....]: if 'CompletedSynchronously = true', then
+                                   // synchronously or asynchronously. From Microsoft: if 'CompletedSynchronously = true', then
                                    // AsyncCallback invocation can happen either on the same thread or on a different thread,
                                    // just as long as BeginHandler hasn't yet returned (which in true in this case).
                                    if (!asyncResult.CompletedSynchronously) {