1 instantiation of Pointer
mscorlib (1)
system\reflection\pointer.cs (1)
54Pointer x = new Pointer();
14 references to Pointer
mscorlib (7)
system\reflection\pointer.cs (3)
54Pointer x = new Pointer(); 63if (!(ptr is Pointer)) 65return ((Pointer)ptr)._ptr;
system\rttype.cs (4)
4427Pointer pointer = value as Pointer; 4469Pointer pointer = value as Pointer;
System.Runtime.Serialization (5)
System\Runtime\Serialization\Globals.cs (1)
830typeOfReflectionPointer = typeof(System.Reflection.Pointer);
System\Runtime\Serialization\Json\JsonFormatGeneratorStatics.cs (2)
137boxPointer = typeof(Pointer).GetMethod("Box"); 425unboxPointer = typeof(Pointer).GetMethod("Unbox");
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (2)
90boxPointer = typeof(Pointer).GetMethod("Box"); 207unboxPointer = typeof(Pointer).GetMethod("Unbox");
System.ServiceModel (2)
System\ServiceModel\Dispatcher\CodeGenerator.cs (2)
104boxPointer = typeof(Pointer).GetMethod("Box"); 114unboxPointer = typeof(Pointer).GetMethod("Unbox");