1 write to HeaderParts
System.ServiceModel (1)
System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (1)
129
messageInfo.
HeaderParts
= new PartInfo[messageDescription.Headers.Count];
2 references to HeaderParts
System.ServiceModel (2)
System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (2)
140
messageInfo.
HeaderParts
[i] = CreatePartInfo(headerDescription, OperationFormatStyle.Document, serializerFactory);
172
PartInfo[] headerParts = messageInfo.
HeaderParts
;