1 override of GetValue
System.Data.Entity (1)
System\Data\Metadata\Edm\MemberCollection.cs (1)
267public override EdmMember GetValue(string identity, bool ignoreCase)
2 references to GetValue
System.Data.Entity (2)
System\Data\Metadata\Edm\MetadataCollection.cs (1)
168return GetValue(identity, false);
System\Data\Metadata\Edm\ReadOnlyMetadataCollection.cs (1)
163return ((MetadataCollection<T>)this.Items).GetValue(identity, ignoreCase);