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