1 write to ns
System.ServiceModel (1)
System\ServiceModel\Dispatcher\FaultContractInfo.cs (1)
41this.ns = ns;
3 references to ns
System.ServiceModel (3)
System\ServiceModel\Dispatcher\FaultContractInfo.cs (3)
51internal string ElementNamespace { get { return this.ns; } } 67this.serializer = DataContractSerializerDefaults.CreateSerializer(this.detail, this.knownTypes, this.elementName, this.ns == null ? string.Empty : this.ns, int.MaxValue /* maxItemsInObjectGraph */);