1 instantiation of ConfigXmlComment
System.Configuration (1)
System\Configuration\ErrorInfoXmlDocument.cs (1)
102
return new
ConfigXmlComment
( _filename, LineNumber, data, this );
2 references to ConfigXmlComment
System.Configuration (2)
System\Configuration\ConfigXmlComment.cs (2)
31
ConfigXmlComment
clone = cloneNode as
ConfigXmlComment
;