1 implementation of StartFragment
System.Runtime.Serialization (1)
System\Xml\XmlBaseWriter.cs (1)
1571
public void
StartFragment
(Stream stream, bool generateSelfContainedTextFragment)
9 references to StartFragment
System.IdentityModel (6)
System\IdentityModel\EnvelopedSignatureWriter.cs (3)
130
((IFragmentCapableXmlDictionaryWriter)base.InnerWriter).
StartFragment
(_endFragment, false);
147
((IFragmentCapableXmlDictionaryWriter)base.InnerWriter).
StartFragment
(_signatureFragment, false);
195
((IFragmentCapableXmlDictionaryWriter)base.InnerWriter).
StartFragment
(_endFragment, false);
System\IdentityModel\SamlDelegatingWriter.cs (3)
54
((IFragmentCapableXmlDictionaryWriter)this.effectiveWriter).
StartFragment
(this.startFragment, false);
66
((IFragmentCapableXmlDictionaryWriter)this.effectiveWriter).
StartFragment
(this.endFragment, false);
73
((IFragmentCapableXmlDictionaryWriter)this.effectiveWriter).
StartFragment
(this.signatureFragment, false);
System.ServiceModel (3)
System\ServiceModel\Security\SecurityAppliedMessage.cs (3)
276
((IFragmentCapableXmlDictionaryWriter)encryptingWriter).
StartFragment
(ms, true);
354
fragmentingWriter.
StartFragment
(this.startBodyFragment, false);
362
fragmentingWriter.
StartFragment
(this.endBodyFragment, false);