8 references to XmlNameDoubleQuote
Microsoft.CodeAnalysis.CSharp (8)
Parser\DocumentationCommentParser.cs (3)
579: LexerMode.XmlNameDoubleQuote); 1663return (this.Mode & LexerMode.XmlNameDoubleQuote) == LexerMode.XmlNameDoubleQuote;
Parser\Lexer.cs (5)
225case LexerMode.XmlNameDoubleQuote: 282case LexerMode.XmlNameDoubleQuote: 3619if (this.ModeIs(LexerMode.XmlCrefDoubleQuote) || this.ModeIs(LexerMode.XmlNameDoubleQuote)) 3938case LexerMode.XmlNameDoubleQuote: 3957case LexerMode.XmlNameDoubleQuote: