9 references to XmlCrefDoubleQuote
Microsoft.CodeAnalysis.CSharp (9)
Parser\DocumentationCommentParser.cs (5)
561
: LexerMode.
XmlCrefDoubleQuote
);
1523
return (this.Mode & LexerMode.
XmlCrefDoubleQuote
) == LexerMode.
XmlCrefDoubleQuote
;
1545
switch (this.Mode & (LexerMode.
XmlCrefDoubleQuote
| LexerMode.XmlCrefQuote))
1548
case LexerMode.
XmlCrefDoubleQuote
:
Parser\Lexer.cs (4)
223
case LexerMode.
XmlCrefDoubleQuote
:
279
case LexerMode.
XmlCrefDoubleQuote
:
3624
if (this.ModeIs(LexerMode.
XmlCrefDoubleQuote
) || this.ModeIs(LexerMode.XmlNameDoubleQuote))
3941
case LexerMode.
XmlCrefDoubleQuote
: