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