1 write to fullBodyFragmentLength
System.ServiceModel (1)
System\ServiceModel\Security\SecurityAppliedMessage.cs (1)
391this.fullBodyFragment = fullBodyFragment.ToArray(out this.fullBodyFragmentLength);
1 reference to fullBodyFragmentLength
System.ServiceModel (1)
System\ServiceModel\Security\SecurityAppliedMessage.cs (1)
190((IFragmentCapableXmlDictionaryWriter) writer).WriteFragment(this.fullBodyFragment, 0, this.fullBodyFragmentLength);