16 references to InternalContent
System.ServiceModel.Activities (16)
System\ServiceModel\Activities\ContractInferenceHelper.cs (4)
314sendReply.InternalContent.InferMessageDescription(operation, sendReply, MessageDirection.Output); 531sendReply.InternalContent.InferMessageDescription(operation, sendReply, MessageDirection.Output); 556SendMessageContent sendReply = sendFault.InternalContent as SendMessageContent; 563SendParametersContent sendReplyParameters = sendFault.InternalContent as SendParametersContent;
System\ServiceModel\Activities\ContractValidationHelper.cs (8)
109if (sendReply1.InternalContent is SendMessageContent && sendReply2.InternalContent is SendMessageContent) 111SendMessageContent sendMessage1 = sendReply1.InternalContent as SendMessageContent; 112SendMessageContent sendMessage2 = sendReply2.InternalContent as SendMessageContent; 119else if (sendReply1.InternalContent is SendParametersContent && sendReply2.InternalContent is SendParametersContent) 121SendParametersContent sendReplyParameters1 = sendReply1.InternalContent as SendParametersContent; 122SendParametersContent sendReplyParameters2 = sendReply2.InternalContent as SendParametersContent;
System\ServiceModel\Activities\SendReply.cs (2)
137this.InternalContent.CacheMetadata(metadata, this, operationName); 154this.InternalContent.ConfigureInternalSendReply(this.internalSend, out this.responseFormatter);
System\ServiceModel\Activities\WorkflowService.cs (2)
675if (sendReply.InternalContent.IsFault) 1277sendReply.InternalContent.ValidateContract(context, targetOperation, sendReply, MessageDirection.Output);