9 references to XmlNameQuote
Microsoft.CodeAnalysis.CSharp (8)
Parser\DocumentationCommentParser.cs (3)
578? LexerMode.XmlNameQuote 1663return (this.Mode & LexerMode.XmlNameQuote) == LexerMode.XmlNameQuote;
Parser\Lexer.cs (5)
224case LexerMode.XmlNameQuote: 281case LexerMode.XmlNameQuote: 3649if (this.ModeIs(LexerMode.XmlCrefQuote) || this.ModeIs(LexerMode.XmlNameQuote)) 3958case LexerMode.XmlNameQuote: 3977case LexerMode.XmlNameQuote:
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
LexicalAndXml\NameAttributeValueLexerTests.cs (1)
412var token = lexer.Lex(InternalSyntax.LexerMode.XmlNameQuote | InternalSyntax.LexerMode.XmlDocCommentStyleSingleLine | InternalSyntax.LexerMode.XmlDocCommentLocationInterior);