3 references to DocComment
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (1)
1543String commentLineStart = e.DocComment ? "///" : "//";
FrameworkFork\Microsoft.CodeDom\Microsoft\VBCodeProvider.cs (2)
1620return ((comment != null) && (comment.Comment != null) && comment.Comment.DocComment); 1653String commentLineStart = e.DocComment ? "'''" : "'";