1 write to s_typeHandleProperty
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\Json\JsonFormatGeneratorStatics.cs (1)
345
s_typeHandleProperty
= typeof(Type).GetProperty("TypeHandle");
3 references to s_typeHandleProperty
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\Json\JsonFormatGeneratorStatics.cs (3)
343
if (
s_typeHandleProperty
== null)
346
Debug.Assert(
s_typeHandleProperty
!= null);
348
return
s_typeHandleProperty
;