14 references to ModeIs
Microsoft.CodeAnalysis.CSharp (14)
Parser\Lexer.cs (14)
786
if (this.
ModeIs
(LexerMode.DebuggerSyntax))
1119
if (this.
ModeIs
(LexerMode.DebuggerSyntax) && TextWindow.PeekChar() == '#')
1728
if (!this.
ModeIs
(LexerMode.DebuggerSyntax) || _identLen > 0)
1805
this.
ModeIs
(LexerMode.DebuggerSyntax) &&
1848
if (_identLen == 0 && this.
ModeIs
(LexerMode.DebuggerSyntax) && TextWindow.PeekChar(1) == '>')
2228
if (this.
ModeIs
(LexerMode.Directive))
3739
if (this.
ModeIs
(LexerMode.XmlAttributeTextDoubleQuote))
3749
if (this.
ModeIs
(LexerMode.XmlAttributeTextQuote))
3805
if (this.
ModeIs
(LexerMode.XmlAttributeTextDoubleQuote))
3814
if (this.
ModeIs
(LexerMode.XmlAttributeTextQuote))
3962
if (this.
ModeIs
(LexerMode.XmlCrefDoubleQuote) || this.
ModeIs
(LexerMode.XmlNameDoubleQuote))
3971
if (this.
ModeIs
(LexerMode.XmlCrefQuote) || this.
ModeIs
(LexerMode.XmlNameQuote))