1 write to _defaultNodeSetInclusionState
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\CanonicalXmlDocument.cs (1)
21_isInNodeSet = _defaultNodeSetInclusionState = defaultNodeSetInclusionState;
10 references to _defaultNodeSetInclusionState
System.Security.Cryptography.Xml (10)
System\Security\Cryptography\Xml\CanonicalXmlDocument.cs (10)
66return new CanonicalXmlElement(prefix, localName, namespaceURI, this, _defaultNodeSetInclusionState); 71return new CanonicalXmlAttribute(prefix, localName, namespaceURI, this, _defaultNodeSetInclusionState); 76return new CanonicalXmlAttribute(prefix, localName, namespaceURI, this, _defaultNodeSetInclusionState); 81return new CanonicalXmlText(text, this, _defaultNodeSetInclusionState); 86return new CanonicalXmlWhitespace(prefix, this, _defaultNodeSetInclusionState); 91return new CanonicalXmlSignificantWhitespace(text, this, _defaultNodeSetInclusionState); 96return new CanonicalXmlProcessingInstruction(target, data!, this, _defaultNodeSetInclusionState); 101return new CanonicalXmlComment(data, this, _defaultNodeSetInclusionState, _includeComments); 106return new CanonicalXmlEntityReference(name, this, _defaultNodeSetInclusionState); 111return new CanonicalXmlCDataSection(data, this, _defaultNodeSetInclusionState);