9 references to GetCorElementType
mscorlib (9)
system\reflection\emit\signaturehelper.cs (1)
475
type = RuntimeTypeHandle.
GetCorElementType
((RuntimeType)clsArgument);
system\reflection\emit\typebuilder.cs (1)
476
CorElementType corType = RuntimeTypeHandle.
GetCorElementType
((RuntimeType)type);
system\rttype.cs (1)
3596
CorElementType corElementType = RuntimeTypeHandle.
GetCorElementType
(this);
system\runtimehandles.cs (6)
159
CorElementType corElemType =
GetCorElementType
(type);
168
CorElementType corElemType =
GetCorElementType
(type);
175
CorElementType corElemType =
GetCorElementType
(type);
182
CorElementType corElemType =
GetCorElementType
(type);
189
CorElementType corElemType =
GetCorElementType
(type);
196
CorElementType corElemType =
GetCorElementType
(type);