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