1 write to m_providerServices
System.Data.Entity (1)
System\Data\Mapping\Update\Internal\UpdateTranslator.cs (1)
71m_providerServices = DbProviderServices.GetProviderServices(connection.StoreProviderFactory);
4 references to m_providerServices
System.Data.Entity (4)
System\Data\Mapping\Update\Internal\UpdateTranslator.cs (4)
709commandDefinition = m_providerServices.CreateCommandDefinition(tree); 782Debug.Assert(null != m_providerServices, "constructor ensures either the command definition " + 787command = m_providerServices.CreateCommand(commandTree); 813m_providerServices.SetParameterValue(parameter, typeUsage, value);