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