1 write to bodyAttributes
System.ServiceModel (1)
System\ServiceModel\Channels\Message.cs (1)
1337
bodyAttributes
= XmlAttributeHolder.ReadAttributes(reader, ref maxSizeOfHeaders);
2 references to bodyAttributes
System.ServiceModel (2)
System\ServiceModel\Channels\Message.cs (2)
1445
XmlAttributeHolder.WriteAttributes(
bodyAttributes
, writer);
1464
return XmlAttributeHolder.GetAttribute(
bodyAttributes
, localName, ns);