2 writes to bodyAttributes
System.ServiceModel (2)
System\ServiceModel\Security\SecurityAppliedMessage.cs (2)
95this.bodyAttributes = null; 334this.bodyAttributes = XmlAttributeHolder.ReadAttributes(reader);
2 references to bodyAttributes
System.ServiceModel (2)
System\ServiceModel\Security\SecurityAppliedMessage.cs (2)
124if (this.bodyAttributes != null) 126XmlAttributeHolder.WriteAttributes(this.bodyAttributes, writer);