14 references to ModeIs
Microsoft.CodeAnalysis.CSharp (14)
Parser\Lexer.cs (14)
656
if (this.
ModeIs
(LexerMode.DebuggerSyntax))
925
if (this.
ModeIs
(LexerMode.DebuggerSyntax) && TextWindow.PeekChar() == '#')
1475
if (!this.
ModeIs
(LexerMode.DebuggerSyntax) || _identLen > 0)
1501
this.
ModeIs
(LexerMode.DebuggerSyntax) &&
1536
if (_identLen == 0 && this.
ModeIs
(LexerMode.DebuggerSyntax) && TextWindow.PeekChar(1) == '>')
1846
if (this.
ModeIs
(LexerMode.Directive))
3397
if (this.
ModeIs
(LexerMode.XmlAttributeTextDoubleQuote))
3407
if (this.
ModeIs
(LexerMode.XmlAttributeTextQuote))
3463
if (this.
ModeIs
(LexerMode.XmlAttributeTextDoubleQuote))
3472
if (this.
ModeIs
(LexerMode.XmlAttributeTextQuote))
3620
if (this.
ModeIs
(LexerMode.XmlCrefDoubleQuote) || this.
ModeIs
(LexerMode.XmlNameDoubleQuote))
3629
if (this.
ModeIs
(LexerMode.XmlCrefQuote) || this.
ModeIs
(LexerMode.XmlNameQuote))