1 write to RelPropertyMap
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\DiscriminatorMap.cs (1)
68this.RelPropertyMap = relPropertyMap.ToList().AsReadOnly();
1 reference to RelPropertyMap
System.Data.Entity (1)
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
2206foreach (KeyValuePair<RelProperty, DbExpression> kv in _discriminatorMap.RelPropertyMap)