3 references to GetTypeCode
System.Reflection.DispatchProxy (3)
System\Reflection\DispatchProxyGenerator.cs (3)
639
OpCode opCode = s_convOpCodes[
GetTypeCode
(target)];
676
OpCode opCode = s_ldindOpCodes[
GetTypeCode
(type)];
689
OpCode opCode = s_stindOpCodes[
GetTypeCode
(type)];