5 references to MessageHeader
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\XmlSerializerOperationFormatter.cs (4)
439messageHeaderOfTAttributes[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)