1 write to typeOfReflectionPointer
System.Runtime.Serialization (1)
System\Runtime\Serialization\Globals.cs (1)
830
typeOfReflectionPointer
= typeof(System.Reflection.Pointer);
2 references to typeOfReflectionPointer
System.Runtime.Serialization (2)
System\Runtime\Serialization\Globals.cs (2)
829
if (
typeOfReflectionPointer
== null)
831
return
typeOfReflectionPointer
;