6 references to Result
System.IdentityModel (6)
System\IdentityModel\SecurityTokenService.cs (6)
46_result = federatedAsyncState.Result; 201return asyncState.Result; 805TypedAsyncResult<RSTR> typedResult = state.Result as TypedAsyncResult<RSTR>; 808throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.ID2004, typeof(TypedAsyncResult<RSTR>), state.Result.GetType()))); 923TypedAsyncResult<RSTR> typedResult = state.Result as TypedAsyncResult<RSTR>; 926throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.ID2004, typeof(TypedAsyncResult<RSTR>), state.Result.GetType())));