3 references to GetTypeByNameUsingCARules
mscorlib (3)
system\reflection\customattribute.cs (1)
800
RuntimeType type = RuntimeTypeHandle.
GetTypeByNameUsingCARules
(typeName, scope);
system\runtime\interopservices\attributes.cs (2)
571
RuntimeTypeHandle.
GetTypeByNameUsingCARules
(safeArrayUserDefinedTypeName, scope);
576
marshalTypeRef = marshalTypeName == null ? null : RuntimeTypeHandle.
GetTypeByNameUsingCARules
(marshalTypeName, scope);