1 write to Fault
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\XD.cs (1)
361this.Fault = dictionary.CreateString(ServiceModelStringsVersion1.String67, 67);
6 references to Fault
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (1)
318return reader.IsStartElement(XD.MessageDictionary.Fault, version.DictionaryNamespace);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageFault.cs (4)
296writer.WriteStartElement(XD.MessageDictionary.Fault, version.DictionaryNamespace); 358writer.WriteStartElement(XD.MessageDictionary.Fault, XD.Message11Dictionary.Namespace); 636reader.ReadStartElement(XD.MessageDictionary.Fault, version.DictionaryNamespace); 705reader.ReadStartElement(XD.MessageDictionary.Fault, XD.Message11Dictionary.Namespace);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
482return reader.IsStartElement(XD.MessageDictionary.Fault, MessageVersion.None.Envelope.DictionaryNamespace);