1 write to From
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\XD.cs (1)
277this.From = dictionary.CreateString(ServiceModelStringsVersion1.String82, 82);
3 references to From
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Addressing.cs (2)
180get { return XD.AddressingDictionary.From; } 219Fx.Assert(reader.IsStartElement(XD.AddressingDictionary.From, addressingVersion.DictionaryNamespace), "");
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageHeaders.cs (1)
1188strings[(int)HeaderKind.From] = dictionary.From;