2 writes to _document
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\XmlDsigXPathTransform.cs (2)
138
_document
= new XmlDocument();
156
_document
= doc;
3 references to _document
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\XmlDsigXPathTransform.cs (3)
139
_document
.PreserveWhitespace = true;
140
_document
.Load(valReader);
164
XPathNavigator navigator =
_document
!.CreateNavigator()!;