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