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