3 references to KnowsTokenType
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\Legacy\TokenizerBackedParser.cs (3)
361
if (!Language.
KnowsTokenType
(KnownTokenType.CommentStart) ||
362
!Language.
KnowsTokenType
(KnownTokenType.CommentStar) ||
363
!Language.
KnowsTokenType
(KnownTokenType.CommentBody))