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