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