2 writes to _bodyAttributes
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\Message.cs (2)
1605_bodyAttributes = XmlAttributeHolder.ReadAttributes(reader, ref maxSizeOfAttributes); 1608_bodyAttributes = null;
2 references to _bodyAttributes
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\Message.cs (2)
1904if (_bodyAttributes != null) 1906return XmlAttributeHolder.GetAttribute(_bodyAttributes, localName, ns);