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