1 write to m_viewDictionary
System.Data.Entity (1)
System\Data\Mapping\StorageMappingItemCollection.cs (1)
209
this.
m_viewDictionary
= new ViewDictionary(this, out userDefinedQueryViewsDict, out userDefinedQueryViewsOfTypeDict);
2 references to m_viewDictionary
System.Data.Entity (2)
System\Data\Mapping\StorageMappingItemCollection.cs (2)
698
return this.
m_viewDictionary
.GetGeneratedView(extent, workspace, this);
885
return this.
m_viewDictionary
.TryGetGeneratedViewOfType(workspace, entity, type, includeSubtypes, out generatedView);