1 write to commentNode
System.Runtime.Serialization (1)
System\Xml\XmlBaseReader.cs (1)
218commentNode = new XmlCommentNode(bufferReader);
3 references to commentNode
System.Runtime.Serialization (3)
System\Xml\XmlBaseReader.cs (3)
216if (commentNode == null) 220MoveToNode(commentNode); 221return commentNode;