1 write to m_alias
System.Data.Entity (1)
System\Data\Mapping\StorageMappingItemLoader.cs (1)
102this.m_alias = new Dictionary<string, string>(StringComparer.Ordinal);
2 references to m_alias
System.Data.Entity (2)
System\Data\Mapping\StorageMappingItemLoader.cs (2)
295m_alias.Add(StorageMappingItemLoader.GetAttributeValue(nav.Clone(), StorageMslConstructs.AliasKeyAttribute), StorageMappingItemLoader.GetAttributeValue(nav.Clone(), StorageMslConstructs.AliasValueAttribute)); 3526m_alias.TryGetValue(aliasKey, out aliasValue);