3 writes to factType
System.Data (3)
fx\src\data\System\Data\Common\DbProviderFactoriesConfigurationHandler.cs (3)
44
factType
= FactoryType;
52
factType
= null;
62
factType
= null;
3 references to factType
System.Data (3)
fx\src\data\System\Data\Common\DbProviderFactoriesConfigurationHandler.cs (3)
46
invariantName =
factType
.Namespace.ToString();
48
assemblyQualifiedName =
factType
.AssemblyQualifiedName.ToString();
71
if ((
factType
== null) && (invariantName == string.Empty))