1 instantiation of XmlCommentNode
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (1)
207
_commentNode = new
XmlCommentNode
(_bufferReader);
2 references to XmlCommentNode
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (2)
43
private
XmlCommentNode
_commentNode;
203
protected
XmlCommentNode
MoveToComment()