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