1 write to m_entitySetInfos
System.Data.Entity (1)
System\Data\Mapping\ViewValidator.cs (1)
613m_entitySetInfos = new Dictionary<string, DbExpressionEntitySetInfo>();
3 references to m_entitySetInfos
System.Data.Entity (3)
System\Data\Mapping\ViewValidator.cs (3)
618m_entitySetInfos.Add(key, value); 625return m_entitySetInfos; 631return m_entitySetInfos[memberName];