12 references to Delimited
Microsoft.CodeAnalysis.CSharp (12)
Parser\Lexer.cs (12)
1963
this.AddTrivia(this.LexXmlDocComment(XmlDocCommentStyle.
Delimited
), ref triviaList);
3153
if (this.StyleIs(XmlDocCommentStyle.
Delimited
) && TextWindow.PeekChar(1) == '/')
3280
if (this.StyleIs(XmlDocCommentStyle.
Delimited
) && TextWindow.PeekChar(1) == '/')
3501
if (this.StyleIs(XmlDocCommentStyle.
Delimited
) && TextWindow.PeekChar(1) == '/')
4092
if (this.StyleIs(XmlDocCommentStyle.
Delimited
) && TextWindow.PeekChar(1) == '/')
4222
if (this.StyleIs(XmlDocCommentStyle.
Delimited
) && TextWindow.PeekChar(1) == '/')
4346
if (this.StyleIs(XmlDocCommentStyle.
Delimited
) && TextWindow.PeekChar(1) == '/')
4376
if (this.LocationIs(XmlDocCommentLocation.Start) && this.StyleIs(XmlDocCommentStyle.
Delimited
))
4426
if (this.StyleIs(XmlDocCommentStyle.
Delimited
))
4477
Debug.Assert(this.StyleIs(XmlDocCommentStyle.
Delimited
));
4489
else if (!this.LocationIs(XmlDocCommentLocation.End) && this.StyleIs(XmlDocCommentStyle.
Delimited
))
4548
if (this.StyleIs(XmlDocCommentStyle.
Delimited
) && TextWindow.PeekChar(1) == '/')