1 write to s_typeHandleProperty
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\Json\JsonFormatGeneratorStatics.cs (1)
353
s_typeHandleProperty
= typeof(Type).GetProperty("TypeHandle");
3 references to s_typeHandleProperty
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\Json\JsonFormatGeneratorStatics.cs (3)
351
if (
s_typeHandleProperty
== null)
354
Debug.Assert(
s_typeHandleProperty
!= null);
356
return
s_typeHandleProperty
;