9 references to XmlCrefDoubleQuote
Microsoft.CodeAnalysis.CSharp (9)
Parser\DocumentationCommentParser.cs (5)
566: LexerMode.XmlCrefDoubleQuote); 1513return (this.Mode & LexerMode.XmlCrefDoubleQuote) == LexerMode.XmlCrefDoubleQuote; 1535switch (this.Mode & (LexerMode.XmlCrefDoubleQuote | LexerMode.XmlCrefQuote)) 1538case LexerMode.XmlCrefDoubleQuote:
Parser\Lexer.cs (4)
214case LexerMode.XmlCrefDoubleQuote: 270case LexerMode.XmlCrefDoubleQuote: 3962if (this.ModeIs(LexerMode.XmlCrefDoubleQuote) || this.ModeIs(LexerMode.XmlNameDoubleQuote)) 4279case LexerMode.XmlCrefDoubleQuote: