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