1 write to _ns
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\FaultContractInfo.cs (1)
39
_ns
= ns;
3 references to _ns
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\FaultContractInfo.cs (3)
49
internal string ElementNamespace { get { return
_ns
; } }
65
_serializer = DataContractSerializerDefaults.CreateSerializer(_detail, _knownTypes, _elementName,
_ns
== null ? string.Empty :
_ns
, int.MaxValue /* maxItemsInObjectGraph */);