3 references to IsValidateRpcWrapperName
System.ServiceModel (3)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (2)
393
if (this.request != null && this.IsRpc && this.Operation.
IsValidateRpcWrapperName
&& this.request.BodyMapping.XsdElementName != this.Operation.Name)
399
if (this.reply != null && this.IsRpc && this.Operation.
IsValidateRpcWrapperName
&& this.reply.BodyMapping.XsdElementName != responseName.EncodedName)
System\ServiceModel\Dispatcher\OperationFormatter.cs (1)
502
if (isRpc && operation.
IsValidateRpcWrapperName
)