1 write to FaultTo
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\XD.cs (1)
278this.FaultTo = dictionary.CreateString(ServiceModelStringsVersion1.String83, 83);
3 references to FaultTo
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Addressing.cs (2)
272get { return XD.AddressingDictionary.FaultTo; } 311Fx.Assert(reader.IsStartElement(XD.AddressingDictionary.FaultTo, version.DictionaryNamespace), "");
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageHeaders.cs (1)
1189strings[(int)HeaderKind.FaultTo] = dictionary.FaultTo;