1 write to FaultCode
System.ServiceModel (1)
System\ServiceModel\XD.cs (1)
782
this.
FaultCode
= dictionary.CreateString(ServiceModelStringsVersion1.String71, 71);
2 references to FaultCode
System.ServiceModel (2)
System\ServiceModel\Channels\MessageFault.cs (2)
302
writer.WriteStartElement(XD.Message12Dictionary.
FaultCode
, version.DictionaryNamespace);
642
reader.ReadStartElement(XD.Message12Dictionary.
FaultCode
, version.DictionaryNamespace);