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