1 write to _commentNode
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (1)
207
_commentNode
= new XmlCommentNode(_bufferReader);
3 references to _commentNode
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (3)
205
if (
_commentNode
== null)
209
MoveToNode(
_commentNode
);
210
return
_commentNode
;