1 write to NewKeyword
Microsoft.CodeAnalysis.Features (1)
EmbeddedLanguages\Json\JsonNodes.cs (1)
285NewKeyword = newKeyword;
3 references to NewKeyword
Microsoft.CodeAnalysis.Features (3)
EmbeddedLanguages\Json\JsonNodes.cs (1)
303return NewKeyword;
EmbeddedLanguages\Json\JsonParser.StrictSyntaxChecker.cs (1)
263=> new(FeaturesResources.Constructors_not_allowed, node.NewKeyword.GetSpan());
EmbeddedLanguages\Json\LanguageServices\JsonClassifier.cs (1)
151AddClassification(node.NewKeyword, ClassificationTypeNames.JsonKeyword);