9 references to XmlCrefDoubleQuote
Microsoft.CodeAnalysis.CSharp (9)
Parser\DocumentationCommentParser.cs (5)
566
: LexerMode.
XmlCrefDoubleQuote
);
1513
return (this.Mode & LexerMode.
XmlCrefDoubleQuote
) == LexerMode.
XmlCrefDoubleQuote
;
1535
switch (this.Mode & (LexerMode.
XmlCrefDoubleQuote
| LexerMode.XmlCrefQuote))
1538
case LexerMode.
XmlCrefDoubleQuote
:
Parser\Lexer.cs (4)
214
case LexerMode.
XmlCrefDoubleQuote
:
270
case LexerMode.
XmlCrefDoubleQuote
:
3962
if (this.ModeIs(LexerMode.
XmlCrefDoubleQuote
) || this.ModeIs(LexerMode.XmlNameDoubleQuote))
4279
case LexerMode.
XmlCrefDoubleQuote
: