4 references to AssertDelegate
System.Web (4)
Util\AppVerifier.cs (4)
217
AssertDelegate
assert = (condition, errorCode) => {
490
AssertDelegate
assert = GetAssertDelegateImpl(requestUrl, errorHandler, appendAdditionalInfoDelegate: null);
563
AssertDelegate
assert = GetAssertDelegateImpl(requestUrl, errorHandler, appendAdditionalInfoDelegate: appendCurrentNotificationInfo);
594
private static
AssertDelegate
GetAssertDelegateImpl(string requestUrl, Action<AppVerifierException> errorHandler, AppendAdditionalInfoDelegate appendAdditionalInfoDelegate) {