1 instantiation of ProcessCoreAsyncResult
System.ServiceModel (1)
System\ServiceModel\Security\WSTrustServiceContract.cs (1)
583
result = new
ProcessCoreAsyncResult
(this,
7 references to ProcessCoreAsyncResult
System.ServiceModel (7)
System\ServiceModel\Security\WSTrustServiceContract.cs (7)
618
ProcessCoreAsyncResult
asyncResult = ar as
ProcessCoreAsyncResult
;
621
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentException(SR.GetString(SR.ID2004, typeof(
ProcessCoreAsyncResult
), ar.GetType()), "ar"));
627
message =
ProcessCoreAsyncResult
.End(ar);
1429
ProcessCoreAsyncResult
pcar = ar as
ProcessCoreAsyncResult
;
1432
throw DiagnosticUtility.ThrowHelperInvalidOperation(SR.GetString(SR.ID2004, typeof(
ProcessCoreAsyncResult
), ar.GetType()));