5 references to TypeOfReflectionPointer
System.Runtime.Serialization (5)
System\Runtime\Serialization\DataContract.cs (1)
592type = Globals.TypeOfReflectionPointer;
System\Runtime\Serialization\Json\JsonFormatReaderGenerator.cs (1)
612Type declaredType = type.IsPointer ? Globals.TypeOfReflectionPointer : type;
System\Runtime\Serialization\Json\JsonFormatWriterGenerator.cs (1)
662memberType = Globals.TypeOfReflectionPointer;
System\Runtime\Serialization\XmlFormatReaderGenerator.cs (1)
568Type declaredType = type.IsPointer ? Globals.TypeOfReflectionPointer : type;
System\Runtime\Serialization\XmlFormatWriterGenerator.cs (1)
639memberType = Globals.TypeOfReflectionPointer;