2 references to XmlDocCommentLocationStart
Microsoft.CodeAnalysis.CSharp (2)
Parser\DocumentationCommentParser.cs (2)
41
: base(lexer, LexerMode.XmlDocComment | LexerMode.
XmlDocCommentLocationStart
| modeflags, null, null, true)
49
this.Mode = LexerMode.XmlDocComment | LexerMode.
XmlDocCommentLocationStart
| modeflags;