8 references to XmlNameDoubleQuote
Microsoft.CodeAnalysis.CSharp (8)
Parser\DocumentationCommentParser.cs (3)
579: LexerMode.XmlNameDoubleQuote); 1591return (this.Mode & LexerMode.XmlNameDoubleQuote) == LexerMode.XmlNameDoubleQuote;
Parser\Lexer.cs (5)
217case LexerMode.XmlNameDoubleQuote: 274case LexerMode.XmlNameDoubleQuote: 3620if (this.ModeIs(LexerMode.XmlCrefDoubleQuote) || this.ModeIs(LexerMode.XmlNameDoubleQuote)) 3939case LexerMode.XmlNameDoubleQuote: 3958case LexerMode.XmlNameDoubleQuote: