1 write to FactoryTypeAssemblyQualifiedName
System.Data.Common (1)
System\Data\Common\DbProviderFactories.cs (1)
22this.FactoryTypeAssemblyQualifiedName = factoryTypeAssemblyQualifiedName;
4 references to FactoryTypeAssemblyQualifiedName
System.Data.Common (4)
System\Data\Common\DbProviderFactories.cs (4)
30/// The cached instance of the type in <see cref="FactoryTypeAssemblyQualifiedName"/>. If null, this registration is seen as a deferred registration 31/// and <see cref="FactoryTypeAssemblyQualifiedName"/> is checked the first time when this registration is requested through GetFactory(). 97newRow[AssemblyQualifiedNameColumnName] = kvp.Value.FactoryTypeAssemblyQualifiedName; 162toReturn = GetFactoryInstance(GetProviderTypeFromTypeName(registration.FactoryTypeAssemblyQualifiedName));