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