12 references to Delimited
Microsoft.CodeAnalysis.CSharp (12)
Parser\Lexer.cs (12)
1959
this.AddTrivia(this.LexXmlDocComment(XmlDocCommentStyle.
Delimited
), ref triviaList);
3149
if (this.StyleIs(XmlDocCommentStyle.
Delimited
) && TextWindow.PeekChar(1) == '/')
3276
if (this.StyleIs(XmlDocCommentStyle.
Delimited
) && TextWindow.PeekChar(1) == '/')
3497
if (this.StyleIs(XmlDocCommentStyle.
Delimited
) && TextWindow.PeekChar(1) == '/')
4088
if (this.StyleIs(XmlDocCommentStyle.
Delimited
) && TextWindow.PeekChar(1) == '/')
4218
if (this.StyleIs(XmlDocCommentStyle.
Delimited
) && TextWindow.PeekChar(1) == '/')
4342
if (this.StyleIs(XmlDocCommentStyle.
Delimited
) && TextWindow.PeekChar(1) == '/')
4372
if (this.LocationIs(XmlDocCommentLocation.Start) && this.StyleIs(XmlDocCommentStyle.
Delimited
))
4422
if (this.StyleIs(XmlDocCommentStyle.
Delimited
))
4473
Debug.Assert(this.StyleIs(XmlDocCommentStyle.
Delimited
));
4485
else if (!this.LocationIs(XmlDocCommentLocation.End) && this.StyleIs(XmlDocCommentStyle.
Delimited
))
4544
if (this.StyleIs(XmlDocCommentStyle.
Delimited
) && TextWindow.PeekChar(1) == '/')