2 references to s_missingProperty
System.Text.Json (2)
System\Text\Json\Serialization\JsonSerializer.Read.HandlePropertyName.cs (1)
50if (jsonPropertyInfo == JsonPropertyInfo.s_missingProperty)
System\Text\Json\Serialization\Metadata\JsonTypeInfo.Cache.cs (1)
208info = JsonPropertyInfo.s_missingProperty;