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