2 references to _propertyCache
System.Text.Json (2)
System\Text\Json\Serialization\Metadata\JsonTypeInfo.Cache.cs (2)
47
Debug.Assert(IsConfigured &&
_propertyCache
is not null);
48
return
_propertyCache
;