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)
205if (_commentNode == null) 209MoveToNode(_commentNode); 210return _commentNode;