14 references to ModeIs
Microsoft.CodeAnalysis.CSharp (14)
Parser\Lexer.cs (14)
660
if (this.
ModeIs
(LexerMode.DebuggerSyntax))
929
if (this.
ModeIs
(LexerMode.DebuggerSyntax) && TextWindow.PeekChar() == '#')
1479
if (!this.
ModeIs
(LexerMode.DebuggerSyntax) || _identLen > 0)
1505
this.
ModeIs
(LexerMode.DebuggerSyntax) &&
1540
if (_identLen == 0 && this.
ModeIs
(LexerMode.DebuggerSyntax) && TextWindow.PeekChar(1) == '>')
1850
if (this.
ModeIs
(LexerMode.Directive))
3401
if (this.
ModeIs
(LexerMode.XmlAttributeTextDoubleQuote))
3411
if (this.
ModeIs
(LexerMode.XmlAttributeTextQuote))
3467
if (this.
ModeIs
(LexerMode.XmlAttributeTextDoubleQuote))
3476
if (this.
ModeIs
(LexerMode.XmlAttributeTextQuote))
3624
if (this.
ModeIs
(LexerMode.XmlCrefDoubleQuote) || this.
ModeIs
(LexerMode.XmlNameDoubleQuote))
3633
if (this.
ModeIs
(LexerMode.XmlCrefQuote) || this.
ModeIs
(LexerMode.XmlNameQuote))