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