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); 164XPathNavigator navigator = _document!.CreateNavigator()!;