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