9 references to XmlNameQuote
Microsoft.CodeAnalysis.CSharp (8)
Parser\DocumentationCommentParser.cs (3)
583? LexerMode.XmlNameQuote 1579return (this.Mode & LexerMode.XmlNameQuote) == LexerMode.XmlNameQuote;
Parser\Lexer.cs (5)
215case LexerMode.XmlNameQuote: 272case LexerMode.XmlNameQuote: 3971if (this.ModeIs(LexerMode.XmlCrefQuote) || this.ModeIs(LexerMode.XmlNameQuote)) 4280case LexerMode.XmlNameQuote: 4299case 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);