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