2 writes to bodyAttributes
System.ServiceModel (2)
System\ServiceModel\Channels\Message.cs (2)
1544
bodyAttributes
= XmlAttributeHolder.ReadAttributes(reader, ref maxSizeOfAttributes);
1546
bodyAttributes
= null;
2 references to bodyAttributes
System.ServiceModel (2)
System\ServiceModel\Channels\Message.cs (2)
1800
if (this.
bodyAttributes
!= null)
1801
return XmlAttributeHolder.GetAttribute(this.
bodyAttributes
, localName, ns);