1 write to _fullBodyFragmentLength
System.ServiceModel.Primitives (1)
System\ServiceModel\Security\SecurityAppliedMessage.cs (1)
336_fullBodyFragment = fullBodyFragment.ToArray(out _fullBodyFragmentLength);
2 references to _fullBodyFragmentLength
System.ServiceModel.Primitives (2)
System\ServiceModel\Security\SecurityAppliedMessage.cs (2)
202((IFragmentCapableXmlDictionaryWriter)writer).WriteFragment(_fullBodyFragment, 0, _fullBodyFragmentLength); 261((IFragmentCapableXmlDictionaryWriter)writer).WriteFragment(_fullBodyFragment, 0, _fullBodyFragmentLength);