1 instantiation of XmlCommentNode
System.Private.DataContractSerialization (1)
System\Xml\XmlBaseReader.cs (1)
191
_commentNode ??= new
XmlCommentNode
(_bufferReader);
2 references to XmlCommentNode
System.Private.DataContractSerialization (2)
System\Xml\XmlBaseReader.cs (2)
42
private
XmlCommentNode
? _commentNode;
189
protected
XmlCommentNode
MoveToComment()