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