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