2 references to Comments
Microsoft.CodeAnalysis.Features (2)
EmbeddedLanguages\Json\JsonParser.StrictSyntaxChecker.cs (1)
27var allowComments = options.HasFlag(JsonOptions.Comments);
EmbeddedLanguages\Json\LanguageServices\JsonLanguageDetector.cs (1)
194options |= JsonOptions.Comments;