6 references to XmlDocComment
Microsoft.CodeAnalysis.CSharp (6)
Parser\Blender.Reader.cs (1)
173if (mode >= LexerMode.XmlDocComment)
Parser\DocumentationCommentParser.cs (3)
41: base(lexer, LexerMode.XmlDocComment | LexerMode.XmlDocCommentLocationStart | modeflags, null, null, true) 49this.Mode = LexerMode.XmlDocComment | LexerMode.XmlDocCommentLocationStart | modeflags; 222this.SetMode(LexerMode.XmlDocComment);
Parser\Lexer.cs (2)
209case LexerMode.XmlDocComment: 256case LexerMode.XmlDocComment: