3 references to XmlDocCommentStyleSingleLine
Microsoft.CodeAnalysis.CSharp (1)
Parser\Lexer.cs (1)
2821? LexerMode.XmlDocCommentStyleSingleLine
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (2)
LexicalAndXml\CrefLexerTests.cs (1)
448var token = lexer.Lex(InternalSyntax.LexerMode.XmlCrefQuote | InternalSyntax.LexerMode.XmlDocCommentStyleSingleLine | InternalSyntax.LexerMode.XmlDocCommentLocationInterior);
LexicalAndXml\NameAttributeValueLexerTests.cs (1)
412var token = lexer.Lex(InternalSyntax.LexerMode.XmlNameQuote | InternalSyntax.LexerMode.XmlDocCommentStyleSingleLine | InternalSyntax.LexerMode.XmlDocCommentLocationInterior);