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