12 references to Delimited
Microsoft.CodeAnalysis.CSharp (12)
Parser\Lexer.cs (12)
1954
this.AddTrivia(this.LexXmlDocComment(XmlDocCommentStyle.
Delimited
), ref triviaList);
3163
if (this.StyleIs(XmlDocCommentStyle.
Delimited
) && TextWindow.PeekChar(1) == '/')
3290
if (this.StyleIs(XmlDocCommentStyle.
Delimited
) && TextWindow.PeekChar(1) == '/')
3511
if (this.StyleIs(XmlDocCommentStyle.
Delimited
) && TextWindow.PeekChar(1) == '/')
4102
if (this.StyleIs(XmlDocCommentStyle.
Delimited
) && TextWindow.PeekChar(1) == '/')
4232
if (this.StyleIs(XmlDocCommentStyle.
Delimited
) && TextWindow.PeekChar(1) == '/')
4356
if (this.StyleIs(XmlDocCommentStyle.
Delimited
) && TextWindow.PeekChar(1) == '/')
4386
if (this.LocationIs(XmlDocCommentLocation.Start) && this.StyleIs(XmlDocCommentStyle.
Delimited
))
4436
if (this.StyleIs(XmlDocCommentStyle.
Delimited
))
4487
Debug.Assert(this.StyleIs(XmlDocCommentStyle.
Delimited
));
4499
else if (!this.LocationIs(XmlDocCommentLocation.End) && this.StyleIs(XmlDocCommentStyle.
Delimited
))
4558
if (this.StyleIs(XmlDocCommentStyle.
Delimited
) && TextWindow.PeekChar(1) == '/')