2 references to AssemblyQualifiedName
System.Data (2)
fx\src\data\System\Data\Common\DbProviderFactories.cs (2)
140
Type providerType = Type.GetType(dbFactoriesConfigSection[i].
AssemblyQualifiedName
);
169
row[AssemblyQualifiedName] = dbFactoriesConfigSection[i].
AssemblyQualifiedName
;