4 references to SingleLine
Microsoft.CodeAnalysis.CSharp (4)
Parser\Lexer.cs (4)
1938
this.AddTrivia(this.LexXmlDocComment(XmlDocCommentStyle.
SingleLine
), ref triviaList);
2800
_xmlParser.ReInitialize(style == XmlDocCommentStyle.
SingleLine
4410
if (this.StyleIs(XmlDocCommentStyle.
SingleLine
) && TextWindow.PeekChar(1) == '/' && TextWindow.PeekChar(2) == '/' && TextWindow.PeekChar(3) != '/')
4466
if (this.StyleIs(XmlDocCommentStyle.
SingleLine
))