1 write to _bodyAttributes
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (1)
1272
_bodyAttributes
= XmlAttributeHolder.ReadAttributes(reader, ref maxSizeOfHeaders);
2 references to _bodyAttributes
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (2)
1379
XmlAttributeHolder.WriteAttributes(
_bodyAttributes
, writer);
1398
return XmlAttributeHolder.GetAttribute(
_bodyAttributes
, localName, ns);