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