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