9 references to XmlCrefDoubleQuote
Microsoft.CodeAnalysis.CSharp (9)
Parser\DocumentationCommentParser.cs (5)
561: LexerMode.XmlCrefDoubleQuote); 1523return (this.Mode & LexerMode.XmlCrefDoubleQuote) == LexerMode.XmlCrefDoubleQuote; 1545switch (this.Mode & (LexerMode.XmlCrefDoubleQuote | LexerMode.XmlCrefQuote)) 1548case LexerMode.XmlCrefDoubleQuote:
Parser\Lexer.cs (4)
215case LexerMode.XmlCrefDoubleQuote: 271case LexerMode.XmlCrefDoubleQuote: 3620if (this.ModeIs(LexerMode.XmlCrefDoubleQuote) || this.ModeIs(LexerMode.XmlNameDoubleQuote)) 3937case LexerMode.XmlCrefDoubleQuote: