2 instantiations of 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);
1 reference to XmlComment
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (1)
568
public virtual
XmlComment
CreateComment(String data)