14 references to ModeIs
Microsoft.CodeAnalysis.CSharp (14)
Parser\Lexer.cs (14)
655if (this.ModeIs(LexerMode.DebuggerSyntax)) 924if (this.ModeIs(LexerMode.DebuggerSyntax) && TextWindow.PeekChar() == '#') 1470if (!this.ModeIs(LexerMode.DebuggerSyntax) || _identLen > 0) 1496this.ModeIs(LexerMode.DebuggerSyntax) && 1531if (_identLen == 0 && this.ModeIs(LexerMode.DebuggerSyntax) && TextWindow.PeekChar(1) == '>') 1841if (this.ModeIs(LexerMode.Directive)) 3411if (this.ModeIs(LexerMode.XmlAttributeTextDoubleQuote)) 3421if (this.ModeIs(LexerMode.XmlAttributeTextQuote)) 3477if (this.ModeIs(LexerMode.XmlAttributeTextDoubleQuote)) 3486if (this.ModeIs(LexerMode.XmlAttributeTextQuote)) 3634if (this.ModeIs(LexerMode.XmlCrefDoubleQuote) || this.ModeIs(LexerMode.XmlNameDoubleQuote)) 3643if (this.ModeIs(LexerMode.XmlCrefQuote) || this.ModeIs(LexerMode.XmlNameQuote))