1 write to MessageId
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\XD.cs (1)
273
this.
MessageId
= dictionary.CreateString(ServiceModelStringsVersion1.String13, 13);
4 references to MessageId
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Addressing.cs (2)
663
get { return XD.AddressingDictionary.
MessageId
; }
692
Fx.Assert(reader.IsStartElement(XD.AddressingDictionary.
MessageId
, version.DictionaryNamespace), "");
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (1)
1248
builder.AppendPrefixDictionaryElement(addressingPrefix, builder.GetStaticKey(addressingDictionary.
MessageId
.Key));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageHeaders.cs (1)
1185
strings[(int)HeaderKind.MessageId] = dictionary.
MessageId
;