3 writes to _currentInfo
System.Private.Xml (3)
System\Xml\Xsl\XsltOld\RecordBuilder.cs (3)
335_currentInfo = attribute; 376_currentInfo = _dummy; 419_currentInfo = _mainNode;
28 references to _currentInfo
System.Private.Xml (28)
System\Xml\Xsl\XsltOld\RecordBuilder.cs (28)
105_currentInfo!.ValueAppend(s, disableOutputEscaping); 194_currentInfo!.Depth = _recordDepth; 195_currentInfo.NodeType = XmlNodeType.Text; 286_currentInfo!.NodeType = XmlNodeType.Element; 287_currentInfo.Prefix = prefix; 288_currentInfo.LocalName = name; 289_currentInfo.NamespaceURI = nspace; 290_currentInfo.Depth = _recordDepth; 291_currentInfo.IsEmptyTag = empty; 301_currentInfo!.NodeType = XmlNodeType.EndElement; 302_currentInfo.Prefix = elementScope.Prefix; 303_currentInfo.LocalName = elementScope.Name; 304_currentInfo.NamespaceURI = elementScope.Namespace; 305_currentInfo.Depth = _recordDepth; 377_currentInfo.NodeType = XmlNodeType.Attribute; 382_currentInfo!.NodeType = XmlNodeType.ProcessingInstruction; 383_currentInfo.Prefix = prefix; 384_currentInfo.LocalName = name; 385_currentInfo.NamespaceURI = nspace; 386_currentInfo.Depth = _recordDepth; 392_currentInfo!.NodeType = XmlNodeType.Comment; 393_currentInfo.Depth = _recordDepth; 421_currentInfo.Initialize(_atoms.Empty, _atoms.Empty, _atoms.Empty); 422_currentInfo.NodeType = XmlNodeType.None; 423_currentInfo.IsEmptyTag = false; 424_currentInfo.htmlProps = null; 425_currentInfo.htmlAttrProps = null; 615Debug.Assert((object?)_currentInfo == (object)_mainNode);