2 instantiations of AssociationSetMetadata
System.Data.Entity (2)
System\Data\Mapping\Update\Internal\ViewLoader.cs (2)
234
m_associationSetMetadata.Add(associationSet, new
AssociationSetMetadata
(
335
m_associationSetMetadata.Add(associationSet, new
AssociationSetMetadata
(
4 references to AssociationSetMetadata
System.Data.Entity (4)
System\Data\Mapping\Update\Internal\UpdateTranslator.cs (1)
955
AssociationSetMetadata
associationSetMetadata = m_viewLoader.GetAssociationSetMetadata(associationSet, m_metadataWorkspace);
System\Data\Mapping\Update\Internal\ViewLoader.cs (3)
42
private readonly Dictionary<AssociationSet,
AssociationSetMetadata
> m_associationSetMetadata = new Dictionary<AssociationSet,
AssociationSetMetadata
>();
79
internal
AssociationSetMetadata
GetAssociationSetMetadata(AssociationSet associationSet, MetadataWorkspace workspace)