8 references to XmlNameDoubleQuote
Microsoft.CodeAnalysis.CSharp (8)
Parser\DocumentationCommentParser.cs (3)
584: LexerMode.XmlNameDoubleQuote); 1581return (this.Mode & LexerMode.XmlNameDoubleQuote) == LexerMode.XmlNameDoubleQuote;
Parser\Lexer.cs (5)
216case LexerMode.XmlNameDoubleQuote: 273case LexerMode.XmlNameDoubleQuote: 3962if (this.ModeIs(LexerMode.XmlCrefDoubleQuote) || this.ModeIs(LexerMode.XmlNameDoubleQuote)) 4281case LexerMode.XmlNameDoubleQuote: 4300case LexerMode.XmlNameDoubleQuote: