12 references to Delimited
Microsoft.CodeAnalysis.CSharp (12)
Parser\Lexer.cs (12)
1939
this.AddTrivia(this.LexXmlDocComment(XmlDocCommentStyle.
Delimited
), ref triviaList);
3148
if (this.StyleIs(XmlDocCommentStyle.
Delimited
) && TextWindow.PeekChar(1) == '/')
3275
if (this.StyleIs(XmlDocCommentStyle.
Delimited
) && TextWindow.PeekChar(1) == '/')
3496
if (this.StyleIs(XmlDocCommentStyle.
Delimited
) && TextWindow.PeekChar(1) == '/')
4087
if (this.StyleIs(XmlDocCommentStyle.
Delimited
) && TextWindow.PeekChar(1) == '/')
4217
if (this.StyleIs(XmlDocCommentStyle.
Delimited
) && TextWindow.PeekChar(1) == '/')
4341
if (this.StyleIs(XmlDocCommentStyle.
Delimited
) && TextWindow.PeekChar(1) == '/')
4371
if (this.LocationIs(XmlDocCommentLocation.Start) && this.StyleIs(XmlDocCommentStyle.
Delimited
))
4421
if (this.StyleIs(XmlDocCommentStyle.
Delimited
))
4472
Debug.Assert(this.StyleIs(XmlDocCommentStyle.
Delimited
));
4484
else if (!this.LocationIs(XmlDocCommentLocation.End) && this.StyleIs(XmlDocCommentStyle.
Delimited
))
4543
if (this.StyleIs(XmlDocCommentStyle.
Delimited
) && TextWindow.PeekChar(1) == '/')