3 references to TypeOfReflectionPointer
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\DataContract.cs (1)
470type = Globals.TypeOfReflectionPointer;
System\Runtime\Serialization\XmlFormatReaderGenerator.cs (1)
599Type declaredType = type.IsPointer ? Globals.TypeOfReflectionPointer : type;
System\Runtime\Serialization\XmlFormatWriterGenerator.cs (1)
644memberType = Globals.TypeOfReflectionPointer;