14 references to ModeIs
Microsoft.CodeAnalysis.CSharp (14)
Parser\Lexer.cs (14)
640
if (this.
ModeIs
(LexerMode.DebuggerSyntax))
909
if (this.
ModeIs
(LexerMode.DebuggerSyntax) && TextWindow.PeekChar() == '#')
1455
if (!this.
ModeIs
(LexerMode.DebuggerSyntax) || _identLen > 0)
1481
this.
ModeIs
(LexerMode.DebuggerSyntax) &&
1516
if (_identLen == 0 && this.
ModeIs
(LexerMode.DebuggerSyntax) && TextWindow.PeekChar(1) == '>')
1826
if (this.
ModeIs
(LexerMode.Directive))
3396
if (this.
ModeIs
(LexerMode.XmlAttributeTextDoubleQuote))
3406
if (this.
ModeIs
(LexerMode.XmlAttributeTextQuote))
3462
if (this.
ModeIs
(LexerMode.XmlAttributeTextDoubleQuote))
3471
if (this.
ModeIs
(LexerMode.XmlAttributeTextQuote))
3619
if (this.
ModeIs
(LexerMode.XmlCrefDoubleQuote) || this.
ModeIs
(LexerMode.XmlNameDoubleQuote))
3628
if (this.
ModeIs
(LexerMode.XmlCrefQuote) || this.
ModeIs
(LexerMode.XmlNameQuote))