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