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