1 write to _fullBodyFragment
System.ServiceModel.Primitives (1)
System\ServiceModel\Security\SecurityAppliedMessage.cs (1)
336_fullBodyFragment = fullBodyFragment.ToArray(out _fullBodyFragmentLength);
6 references to _fullBodyFragment
System.ServiceModel.Primitives (6)
System\ServiceModel\Security\SecurityAppliedMessage.cs (6)
60if (_state == BodyState.Created || _fullBodyFragment != null) 86if (_startBodyFragment != null || _fullBodyFragment != null) 200if (_fullBodyFragment != null) 202((IFragmentCapableXmlDictionaryWriter)writer).WriteFragment(_fullBodyFragment, 0, _fullBodyFragmentLength); 259if (_fullBodyFragment != null) 261((IFragmentCapableXmlDictionaryWriter)writer).WriteFragment(_fullBodyFragment, 0, _fullBodyFragmentLength);