2 overrides of GetType
mscorlib (2)
system\reflection\emit\modulebuilder.cs (1)
877
public override Type
GetType
(String className, bool throwOnError, bool ignoreCase)
system\reflection\module.cs (1)
1066
public override Type
GetType
(String className, bool throwOnError, bool ignoreCase)
4 references to GetType
mscorlib (2)
system\reflection\module.cs (2)
291
return
GetType
(className, false, ignoreCase);
296
return
GetType
(className, false, false);
System.Data.Linq (2)
Mapping\MappedMetaModel.cs (2)
327
type = module.
GetType
(name, false, ignoreCase);
336
type = module.
GetType
(name, false, ignoreCase);