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() == '#')
1470
if (!this.
ModeIs
(LexerMode.DebuggerSyntax) || _identLen > 0)
1496
this.
ModeIs
(LexerMode.DebuggerSyntax) &&
1531
if (_identLen == 0 && this.
ModeIs
(LexerMode.DebuggerSyntax) && TextWindow.PeekChar(1) == '>')
1841
if (this.
ModeIs
(LexerMode.Directive))
3411
if (this.
ModeIs
(LexerMode.XmlAttributeTextDoubleQuote))
3421
if (this.
ModeIs
(LexerMode.XmlAttributeTextQuote))
3477
if (this.
ModeIs
(LexerMode.XmlAttributeTextDoubleQuote))
3486
if (this.
ModeIs
(LexerMode.XmlAttributeTextQuote))
3634
if (this.
ModeIs
(LexerMode.XmlCrefDoubleQuote) || this.
ModeIs
(LexerMode.XmlNameDoubleQuote))
3643
if (this.
ModeIs
(LexerMode.XmlCrefQuote) || this.
ModeIs
(LexerMode.XmlNameQuote))