1 write to contractNs
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\SingleBodyParameterMessageFormatter.cs (1)
32this.contractNs = operation.DeclaringContract.Namespace;
3 references to contractNs
System.ServiceModel.Web (3)
System\ServiceModel\Dispatcher\SingleBodyParameterMessageFormatter.cs (3)
45get { return this.contractNs; } 276throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SR2.GetString(SR2.CannotSerializeType, body.GetType(), this.operationName, this.contractName, this.contractNs, this.serializerType))); 304throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SerializationException(SR2.GetString(SR2.CannotDeserializeBody, reader.LocalName, reader.NamespaceURI, operationName, contractName, contractNs, this.serializerType)));