1 write to unboxPointer
System.ServiceModel (1)
System\ServiceModel\Dispatcher\CodeGenerator.cs (1)
114
unboxPointer
= typeof(Pointer).GetMethod("Unbox");
2 references to unboxPointer
System.ServiceModel (2)
System\ServiceModel\Dispatcher\CodeGenerator.cs (2)
113
if (
unboxPointer
== null)
115
return
unboxPointer
;