1 write to NewKeyword
Microsoft.CodeAnalysis.Features (1)
EmbeddedLanguages\Json\JsonNodes.cs (1)
285NewKeyword = newKeyword;
4 references to NewKeyword
Microsoft.CodeAnalysis.CSharp.EditorFeatures2.UnitTests (1)
EmbeddedLanguages\Json\CSharpJsonParserTests.cs (1)
270TokenToElement(node.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);