13 references to StyleIs
Microsoft.CodeAnalysis.CSharp (13)
Parser\Lexer.cs (13)
3176
if (this.
StyleIs
(XmlDocCommentStyle.Delimited) && TextWindow.PeekChar(1) == '/')
3303
if (this.
StyleIs
(XmlDocCommentStyle.Delimited) && TextWindow.PeekChar(1) == '/')
3524
if (this.
StyleIs
(XmlDocCommentStyle.Delimited) && TextWindow.PeekChar(1) == '/')
4115
if (this.
StyleIs
(XmlDocCommentStyle.Delimited) && TextWindow.PeekChar(1) == '/')
4245
if (this.
StyleIs
(XmlDocCommentStyle.Delimited) && TextWindow.PeekChar(1) == '/')
4369
if (this.
StyleIs
(XmlDocCommentStyle.Delimited) && TextWindow.PeekChar(1) == '/')
4399
if (this.LocationIs(XmlDocCommentLocation.Start) && this.
StyleIs
(XmlDocCommentStyle.Delimited))
4437
if (this.
StyleIs
(XmlDocCommentStyle.SingleLine) && TextWindow.PeekChar(1) == '/' && TextWindow.PeekChar(2) == '/' && TextWindow.PeekChar(3) != '/')
4449
if (this.
StyleIs
(XmlDocCommentStyle.Delimited))
4493
if (this.
StyleIs
(XmlDocCommentStyle.SingleLine))
4500
Debug.Assert(this.
StyleIs
(XmlDocCommentStyle.Delimited));
4512
else if (!this.LocationIs(XmlDocCommentLocation.End) && this.
StyleIs
(XmlDocCommentStyle.Delimited))
4571
if (this.
StyleIs
(XmlDocCommentStyle.Delimited) && TextWindow.PeekChar(1) == '/')