2 instantiations of ConversionCache
System.Data.Entity (2)
System\Data\Metadata\Converter.cs (2)
104ConvertSchema(somSchema, providerManifest, new ConversionCache(itemCollection), newGlobalItems); 113ConversionCache conversionCache = new ConversionCache(itemCollection);
24 references to ConversionCache
System.Data.Entity (24)
System\Data\EntityModel\SchemaObjectModel\CollectionTypeElement.cs (1)
186internal override bool ResolveNameAndSetTypeUsage(Converter.ConversionCache convertedItemCache, Dictionary<Som.SchemaElement, GlobalItem> newGlobalItems)
System\Data\EntityModel\SchemaObjectModel\ModelFunctionTypeElement.cs (1)
31internal abstract bool ResolveNameAndSetTypeUsage(Converter.ConversionCache convertedItemCache, Dictionary<Som.SchemaElement, GlobalItem> newGlobalItems);
System\Data\EntityModel\SchemaObjectModel\Parameter.cs (1)
145internal bool ResolveNestedTypeNames(Converter.ConversionCache convertedItemCache, Dictionary<Som.SchemaElement, GlobalItem> newGlobalItems)
System\Data\EntityModel\SchemaObjectModel\ReferenceTypeElement.cs (1)
74internal override bool ResolveNameAndSetTypeUsage(Converter.ConversionCache convertedItemCache, Dictionary<Som.SchemaElement, GlobalItem> newGlobalItems)
System\Data\EntityModel\SchemaObjectModel\ReturnType.cs (2)
141internal bool ResolveNestedTypeNames(Converter.ConversionCache convertedItemCache, Dictionary<Som.SchemaElement, GlobalItem> newGlobalItems) 399internal override bool ResolveNameAndSetTypeUsage(Converter.ConversionCache convertedItemCache, Dictionary<Som.SchemaElement, GlobalItem> newGlobalItems)
System\Data\EntityModel\SchemaObjectModel\RowTypeElement.cs (1)
122internal override bool ResolveNameAndSetTypeUsage(Converter.ConversionCache convertedItemCache, Dictionary<Som.SchemaElement, GlobalItem> newGlobalItems)
System\Data\EntityModel\SchemaObjectModel\RowTypePropertyElement.cs (1)
193internal override bool ResolveNameAndSetTypeUsage(Converter.ConversionCache convertedItemCache, Dictionary<Som.SchemaElement, GlobalItem> newGlobalItems)
System\Data\EntityModel\SchemaObjectModel\StructuredProperty.cs (1)
152internal void EnsureEnumTypeFacets(Converter.ConversionCache convertedItemCache, Dictionary<SchemaElement, GlobalItem> newGlobalItems)
System\Data\EntityModel\SchemaObjectModel\TypeRefElement.cs (1)
64internal override bool ResolveNameAndSetTypeUsage(Converter.ConversionCache convertedItemCache, Dictionary<Som.SchemaElement, GlobalItem> newGlobalItems)
System\Data\Metadata\Converter.cs (14)
113ConversionCache conversionCache = new ConversionCache(itemCollection); 124ConversionCache convertedItemCache, Dictionary<Som.SchemaElement, GlobalItem> newGlobalItems) 179ConversionCache convertedItemCache, 256ConversionCache convertedItemCache, 317ConversionCache convertedItemCache, 372ConversionCache convertedItemCache, 400ConversionCache convertedItemCache, 447ConversionCache convertedItemCache, 610ConversionCache convertedItemCache, 651ConversionCache convertedItemCache, 708ConversionCache convertedItemCache, 785ConversionCache convertedItemCache, 857ConversionCache convertedItemCache, 1107ConversionCache convertedItemCache,