1 write to fullBodyFragment
System.ServiceModel (1)
System\ServiceModel\Security\SecurityAppliedMessage.cs (1)
391this.fullBodyFragment = fullBodyFragment.ToArray(out this.fullBodyFragmentLength);
4 references to fullBodyFragment
System.ServiceModel (4)
System\ServiceModel\Security\SecurityAppliedMessage.cs (4)
76if (this.state == BodyState.Created || this.fullBodyFragment != null) 103if (this.startBodyFragment != null || this.fullBodyFragment != null) 188if (this.fullBodyFragment != null) 190((IFragmentCapableXmlDictionaryWriter) writer).WriteFragment(this.fullBodyFragment, 0, this.fullBodyFragmentLength);