13 references to StyleIs
Microsoft.CodeAnalysis.CSharp (13)
Parser\Lexer.cs (13)
3171
if (this.
StyleIs
(XmlDocCommentStyle.Delimited) && TextWindow.PeekChar(1) == '/')
3298
if (this.
StyleIs
(XmlDocCommentStyle.Delimited) && TextWindow.PeekChar(1) == '/')
3519
if (this.
StyleIs
(XmlDocCommentStyle.Delimited) && TextWindow.PeekChar(1) == '/')
4110
if (this.
StyleIs
(XmlDocCommentStyle.Delimited) && TextWindow.PeekChar(1) == '/')
4240
if (this.
StyleIs
(XmlDocCommentStyle.Delimited) && TextWindow.PeekChar(1) == '/')
4364
if (this.
StyleIs
(XmlDocCommentStyle.Delimited) && TextWindow.PeekChar(1) == '/')
4394
if (this.LocationIs(XmlDocCommentLocation.Start) && this.
StyleIs
(XmlDocCommentStyle.Delimited))
4432
if (this.
StyleIs
(XmlDocCommentStyle.SingleLine) && TextWindow.PeekChar(1) == '/' && TextWindow.PeekChar(2) == '/' && TextWindow.PeekChar(3) != '/')
4444
if (this.
StyleIs
(XmlDocCommentStyle.Delimited))
4488
if (this.
StyleIs
(XmlDocCommentStyle.SingleLine))
4495
Debug.Assert(this.
StyleIs
(XmlDocCommentStyle.Delimited));
4507
else if (!this.LocationIs(XmlDocCommentLocation.End) && this.
StyleIs
(XmlDocCommentStyle.Delimited))
4566
if (this.
StyleIs
(XmlDocCommentStyle.Delimited) && TextWindow.PeekChar(1) == '/')