1 write to FaultSubcode
System.ServiceModel (1)
System\ServiceModel\XD.cs (1)
789
this.
FaultSubcode
= dictionary.CreateString(ServiceModelStringsVersion1.String78, 78);
2 references to FaultSubcode
System.ServiceModel (2)
System\ServiceModel\Channels\MessageFault.cs (2)
350
writer.WriteStartElement(XD.Message12Dictionary.
FaultSubcode
, version.DictionaryNamespace);
686
if (reader.IsStartElement(XD.Message12Dictionary.
FaultSubcode
, version.DictionaryNamespace))