12 references to Delimited
Microsoft.CodeAnalysis.CSharp (12)
Parser\Lexer.cs (12)
2343
this.AddTrivia(this.LexXmlDocComment(XmlDocCommentStyle.
Delimited
), ref triviaList);
3491
if (this.StyleIs(XmlDocCommentStyle.
Delimited
) && TextWindow.PeekChar(1) == '/')
3618
if (this.StyleIs(XmlDocCommentStyle.
Delimited
) && TextWindow.PeekChar(1) == '/')
3839
if (this.StyleIs(XmlDocCommentStyle.
Delimited
) && TextWindow.PeekChar(1) == '/')
4430
if (this.StyleIs(XmlDocCommentStyle.
Delimited
) && TextWindow.PeekChar(1) == '/')
4560
if (this.StyleIs(XmlDocCommentStyle.
Delimited
) && TextWindow.PeekChar(1) == '/')
4684
if (this.StyleIs(XmlDocCommentStyle.
Delimited
) && TextWindow.PeekChar(1) == '/')
4714
if (this.LocationIs(XmlDocCommentLocation.Start) && this.StyleIs(XmlDocCommentStyle.
Delimited
))
4764
if (this.StyleIs(XmlDocCommentStyle.
Delimited
))
4815
Debug.Assert(this.StyleIs(XmlDocCommentStyle.
Delimited
));
4827
else if (!this.LocationIs(XmlDocCommentLocation.End) && this.StyleIs(XmlDocCommentStyle.
Delimited
))
4886
if (this.StyleIs(XmlDocCommentStyle.
Delimited
) && TextWindow.PeekChar(1) == '/')