5 references to MessageHeader
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\XmlSerializerOperationFormatter.cs (4)
439
messageHeaderOfTAttributes[i] = new
MessageHeader
<object>(null, mustUnderstand, actor, relay);
447
_attributes[headerDescription.Index] = new
MessageHeader
<object>(null, mustUnderstand, actor, relay);
483
((List<MessageHeader<object>>)_attributes[headerDescription.Index]).Add(new
MessageHeader
<object>(null, mustUnderstand, actor, relay));
486
_attributes[headerDescription.Index] = new
MessageHeader
<object>(null, mustUnderstand, actor, relay);
FrameworkFork\System.ServiceModel\System\ServiceModel\MessageHeaderT.cs (1)
25
:
this
(content, false, "", false)