3 writes to _headerAttributes
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (3)
1240_headerAttributes = XmlAttributeHolder.emptyArray; 1259_headerAttributes = XmlAttributeHolder.ReadAttributes(reader, ref maxSizeOfHeaders); 1264_headerAttributes = XmlAttributeHolder.emptyArray;
2 references to _headerAttributes
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (2)
1260_headers = new MessageHeaders(desiredVersion, reader, _envelopeAttributes, _headerAttributes, ref maxSizeOfHeaders); 1393XmlAttributeHolder.WriteAttributes(_headerAttributes, writer);