1 write to _envelopeAttributes
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (1)
1245
_envelopeAttributes
= XmlAttributeHolder.ReadAttributes(reader, ref maxSizeOfHeaders);
2 references to _envelopeAttributes
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (2)
1260
_headers = new MessageHeaders(desiredVersion, reader,
_envelopeAttributes
, _headerAttributes, ref maxSizeOfHeaders);
1386
XmlAttributeHolder.WriteAttributes(
_envelopeAttributes
, writer);