1 write to HeaderParts
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (1)
115
messageInfo.
HeaderParts
= new PartInfo[messageDescription.Headers.Count];
2 references to HeaderParts
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (2)
126
messageInfo.
HeaderParts
[i] = CreatePartInfo(headerDescription, OperationFormatStyle.Document, serializerFactory);
146
PartInfo[] headerParts = messageInfo.
HeaderParts
;