2 references to SuppressDocumentationCommentParse
Microsoft.CodeAnalysis.CSharp (2)
Parser\Lexer.cs (2)
1929
if (!this.
SuppressDocumentationCommentParse
&& TextWindow.PeekChar(2) == '/' && TextWindow.PeekChar(3) != '/')
1949
if (!this.
SuppressDocumentationCommentParse
&& TextWindow.PeekChar(2) == '*' &&