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