1 write to _createObject
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\JsonTypeInfoOfT.cs (1)
98_createObject = untypedCreateObject;
3 references to _createObject
System.Text.Json (3)
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (1)
93get => _createObject;
System\Text\Json\Serialization\Metadata\JsonTypeInfoOfT.cs (2)
66Debug.Assert(_createObject == null); 73Debug.Assert(_createObject is null);