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