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)
215
case LexerMode.
XmlCrefDoubleQuote
:
271
case LexerMode.
XmlCrefDoubleQuote
:
3620
if (this.ModeIs(LexerMode.
XmlCrefDoubleQuote
) || this.ModeIs(LexerMode.XmlNameDoubleQuote))
3937
case LexerMode.
XmlCrefDoubleQuote
: