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)
225case LexerMode.XmlNameDoubleQuote: 282case LexerMode.XmlNameDoubleQuote: 3624if (this.ModeIs(LexerMode.XmlCrefDoubleQuote) || this.ModeIs(LexerMode.XmlNameDoubleQuote)) 3943case LexerMode.XmlNameDoubleQuote: 3962case LexerMode.XmlNameDoubleQuote: