2 instantiations of ErrorsLookup
System.Data.Entity.Design (2)
System\Data\Entity\Design\Common\MetadataItemSerializer.cs (1)
50
WriteXml(writer, collection, namespaceToWrite, new
ErrorsLookup
(), new List<EdmType>(), null, null, schemaVersion, xmlPrefixToNamespaces);
System\Data\Entity\Design\EntityStoreSchemaGenerator\EntityStoreSchemaGenerator.LoadMethodSessionState.cs (1)
32
public MetadataItemSerializer.ErrorsLookup ItemToErrorsMap = new MetadataItemSerializer.
ErrorsLookup
();
5 references to ErrorsLookup
System.Data.Entity.Design (5)
System\Data\Entity\Design\Common\MetadataItemSerializer.cs (3)
32
private
ErrorsLookup
_errorsLookup;
36
private MetadataItemSerializer(XmlWriter writer, bool isModel,
ErrorsLookup
errorsLookup, Version schemaVersion)
53
internal static void WriteXml(XmlWriter writer, ItemCollection collection, string namespaceToWrite,
ErrorsLookup
errorsLookup, List<EdmType> commentedOutItems, string provider, string providerManifestToken, Version schemaVersion, params KeyValuePair<string, string>[] xmlPrefixToNamespaces)
System\Data\Entity\Design\EntityStoreSchemaGenerator.cs (1)
43
private MetadataItemSerializer.
ErrorsLookup
_errorsLookup;
System\Data\Entity\Design\EntityStoreSchemaGenerator\EntityStoreSchemaGenerator.LoadMethodSessionState.cs (1)
32
public MetadataItemSerializer.
ErrorsLookup
ItemToErrorsMap = new MetadataItemSerializer.ErrorsLookup();