5 references to XmlDocComment
Microsoft.CodeAnalysis.CSharp (5)
Parser\Blender.Reader.cs (1)
170
if (mode >= LexerMode.
XmlDocComment
)
Parser\DocumentationCommentParser.cs (2)
48
this.Mode = LexerMode.
XmlDocComment
| LexerMode.XmlDocCommentLocationStart | modeflags;
221
this.SetMode(LexerMode.
XmlDocComment
);
Parser\Lexer.cs (2)
210
case LexerMode.
XmlDocComment
:
257
case LexerMode.
XmlDocComment
: