Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ EndCanonicalization()

override void System.Xml.XmlBaseWriter.EndCanonicalization ( )
inlinevirtualinherited

Reimplemented from System.Xml.XmlDictionaryWriter.

Definition at line 2469 of file XmlBaseWriter.cs.

2470 {
2471 if (IsClosed)
2472 {
2473 ThrowClosed();
2474 }
2475 if (!Signing)
2476 {
2478 }
2481 }
static string XmlCanonicalizationNotStarted
Definition SR.cs:700
Definition SR.cs:7
XmlSigningNodeWriter _signingWriter

References System.Xml.XmlBaseWriter._signingWriter, System.Xml.XmlBaseWriter._writer, System.Xml.XmlSigningNodeWriter.Flush(), System.Xml.XmlBaseWriter.IsClosed, System.Xml.XmlSigningNodeWriter.NodeWriter, System.Xml.XmlBaseWriter.Signing, System.Xml.XmlBaseWriter.ThrowClosed(), System.Runtime.Serialization.DiagnosticUtility.ExceptionUtility.ThrowHelperError(), and System.SR.XmlCanonicalizationNotStarted.