12 writes to NodeType
System.Private.Xml (12)
System\Xml\Xsl\XsltOld\ReaderOutput.cs (3)
341_currentInfo.NodeType = XmlNodeType.Whitespace; 353_currentInfo.NodeType = XmlNodeType.SignificantWhitespace; 554_attributeValue.NodeType = XmlNodeType.Text;
System\Xml\Xsl\XsltOld\RecordBuilder.cs (9)
195_currentInfo.NodeType = XmlNodeType.Text; 286_currentInfo!.NodeType = XmlNodeType.Element; 301_currentInfo!.NodeType = XmlNodeType.EndElement; 332attribute.NodeType = XmlNodeType.Attribute; 377_currentInfo.NodeType = XmlNodeType.Attribute; 382_currentInfo!.NodeType = XmlNodeType.ProcessingInstruction; 392_currentInfo!.NodeType = XmlNodeType.Comment; 422_currentInfo.NodeType = XmlNodeType.None; 762ns.NodeType = XmlNodeType.Attribute;
18 references to NodeType
System.Private.Xml (18)
System\Xml\Xsl\XsltOld\BuilderInfo.cs (2)
61_nodeType = src.NodeType; 85Debug.Assert(info.NodeType != XmlNodeType.Text || XmlCharType.IsOnlyWhitespace(info.Value));
System\Xml\Xsl\XsltOld\NavigatorOutput.cs (2)
32switch (mainNode.NodeType) 86Debug.Fail($"Invalid NodeType on output: {mainNode.NodeType}");
System\Xml\Xsl\XsltOld\ReaderOutput.cs (1)
58return _currentInfo.NodeType;
System\Xml\Xsl\XsltOld\RecordBuilder.cs (6)
487Debug.Assert(_mainNode.NodeType == XmlNodeType.Element); 512Debug.Assert(_mainNode.NodeType == XmlNodeType.Element); 614Debug.Assert(_mainNode.NodeType == XmlNodeType.Comment); 667Debug.Assert(_mainNode.NodeType == XmlNodeType.ProcessingInstruction || _mainNode.NodeType == XmlNodeType.XmlDeclaration); 716switch (_mainNode.NodeType)
System\Xml\Xsl\XsltOld\SequentialOutput.cs (4)
109Debug.Assert(record.MainNode.NodeType == XmlNodeType.Element); 364switch (node.NodeType) 425switch (mainNode.NodeType) 474switch (node.NodeType)
System\Xml\Xsl\XsltOld\TextOnlyOutput.cs (1)
51switch (mainNode.NodeType)
System\Xml\Xsl\XsltOld\WriterOutput.cs (2)
28switch (mainNode.NodeType) 75Debug.Fail($"Invalid NodeType on output: {mainNode.NodeType}");