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