8 references to ArgumentTypes
System.ServiceModel.Activities (8)
System\ServiceModel\Activities\ContractInferenceHelper.cs (1)
566
type = sendReplyParameters.
ArgumentTypes
[0]; // Exception should be the only parameter in SendFault
System\ServiceModel\Activities\ContractValidationHelper.cs (2)
135
if (sendReplyParameters1.
ArgumentTypes
[i] != sendReplyParameters2.
ArgumentTypes
[i])
System\ServiceModel\Activities\SendParametersContent.cs (5)
74
if (this.
ArgumentTypes
.Length == 1)
76
return ContractInferenceHelper.ExceptionType.IsAssignableFrom(this.
ArgumentTypes
[0]);
157
ContractInferenceHelper.CheckForDisposableParameters(operation, this.
ArgumentTypes
);
163
ContractInferenceHelper.AddInputMessage(operation, overridingAction, this.ArgumentNames, this.
ArgumentTypes
);
167
ContractInferenceHelper.AddOutputMessage(operation, overridingAction, this.ArgumentNames, this.
ArgumentTypes
);