14 references to ModeIs
Microsoft.CodeAnalysis.CSharp (14)
Parser\Lexer.cs (14)
655
if (this.
ModeIs
(LexerMode.DebuggerSyntax))
924
if (this.
ModeIs
(LexerMode.DebuggerSyntax) && TextWindow.PeekChar() == '#')
1474
if (!this.
ModeIs
(LexerMode.DebuggerSyntax) || _identLen > 0)
1500
this.
ModeIs
(LexerMode.DebuggerSyntax) &&
1535
if (_identLen == 0 && this.
ModeIs
(LexerMode.DebuggerSyntax) && TextWindow.PeekChar(1) == '>')
1845
if (this.
ModeIs
(LexerMode.Directive))
3419
if (this.
ModeIs
(LexerMode.XmlAttributeTextDoubleQuote))
3429
if (this.
ModeIs
(LexerMode.XmlAttributeTextQuote))
3485
if (this.
ModeIs
(LexerMode.XmlAttributeTextDoubleQuote))
3494
if (this.
ModeIs
(LexerMode.XmlAttributeTextQuote))
3642
if (this.
ModeIs
(LexerMode.XmlCrefDoubleQuote) || this.
ModeIs
(LexerMode.XmlNameDoubleQuote))
3651
if (this.
ModeIs
(LexerMode.XmlCrefQuote) || this.
ModeIs
(LexerMode.XmlNameQuote))