13 references to StyleIs
Microsoft.CodeAnalysis.CSharp (13)
Parser\Lexer.cs (13)
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))
4424
if (this.
StyleIs
(XmlDocCommentStyle.SingleLine) && TextWindow.PeekChar(1) == '/' && TextWindow.PeekChar(2) == '/' && TextWindow.PeekChar(3) != '/')
4436
if (this.
StyleIs
(XmlDocCommentStyle.Delimited))
4480
if (this.
StyleIs
(XmlDocCommentStyle.SingleLine))
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) == '/')