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