5 references to FindType
mscorlib (5)
system\resources\resourcereader.cs (5)
539
if (
FindType
(typeIndex) != typeof(String))
540
throw new InvalidOperationException(Environment.GetResourceString("InvalidOperation_ResourceNotString_Type",
FindType
(typeIndex).FullName));
550
typeString =
FindType
(typeCode - ResourceTypeCode.StartOfUserTypes).FullName;
609
RuntimeType type =
FindType
(typeIndex);
811
RuntimeType type =
FindType
(typeIndex);