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);
1393
XmlAttributeHolder.WriteAttributes(
_headerAttributes
, writer);