2 references to XmlComment
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (1)
570
return new
XmlComment
(data, this);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlLoader.cs (1)
545
node = new
XmlComment
(_reader.Value, _doc);