1 write to m_workspace
System.Data.Entity (1)
System\Data\Mapping\StorageMappingItemCollection.cs (1)
255m_workspace = new MetadataWorkspace();
5 references to m_workspace
System.Data.Entity (5)
System\Data\Mapping\StorageMappingItemCollection.cs (5)
253if (m_workspace == null) 256m_workspace.RegisterItemCollection(m_edmCollection); 257m_workspace.RegisterItemCollection(m_storeItemCollection); 258m_workspace.RegisterItemCollection(this); 260return m_workspace;