2 references to GetMetaDataFactory
System.Data (2)
fx\src\Data\System\Data\ProviderBase\DbConnectionHelper.cs (1)
277return ConnectionFactory.GetMetaDataFactory(_poolGroup, internalConnection);
fx\src\data\System\Data\ProviderBase\DbConnectionInternal.cs (1)
620DbMetaDataFactory metaDataFactory = factory.GetMetaDataFactory(poolGroup, this);