<PackageReference Include="System.Security.Cryptography.Xml" Version="11.0.0-preview.2.26159.112" />

System.Security.Cryptography.Xml.CanonicalXmlEntityReference

namespace System.Security.Cryptography.Xml { internal sealed class CanonicalXmlEntityReference : XmlEntityReference, ICanonicalizableNode { public bool IsInNodeSet { get; set; } public CanonicalXmlEntityReference(string name, XmlDocument doc, bool defaultNodeSetInclusionState); public void Write(StringBuilder strBuilder, DocPosition docPos, AncestralNamespaceContextManager anc); public void WriteHash(HashAlgorithm hash, DocPosition docPos, AncestralNamespaceContextManager anc); } }