8 references to Property
Microsoft.CodeAnalysis.Features (8)
EmbeddedLanguages\Json\JsonParser.cs (4)
200
else if (child.Kind == JsonKind.
Property
)
242
if (child.Kind == JsonKind.
Property
)
349
allProperties = allProperties && value.Kind == JsonKind.
Property
;
437
if (value.Kind == JsonKind.
Property
)
EmbeddedLanguages\Json\JsonParser.JsonNetSyntaxChecks.cs (2)
28
JsonKind.
Property
=> CheckProperty((JsonPropertyNode)node),
178
if (child.Kind != JsonKind.
Property
)
EmbeddedLanguages\Json\JsonParser.StrictSyntaxChecker.cs (2)
40
JsonKind.
Property
=> CheckProperty((JsonPropertyNode)node, allowComments),
113
if (child.Kind != JsonKind.
Property
)