4 references to Type
System (4)
net\System\Net\Configuration\DefaultProxySection.cs (4)
152
String.IsNullOrEmpty(section.Module.
Type
) &&
184
if (!String.IsNullOrEmpty(section.Module.
Type
))
186
Type theType = Type.GetType(section.Module.
Type
, true, true);
264
if (section.Module.
Type
== null)