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