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