6 overrides of ResolveNameAndSetTypeUsage
System.Data.Entity (6)
System\Data\EntityModel\SchemaObjectModel\CollectionTypeElement.cs (1)
186internal override bool ResolveNameAndSetTypeUsage(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 (1)
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\TypeRefElement.cs (1)
64internal override bool ResolveNameAndSetTypeUsage(Converter.ConversionCache convertedItemCache, Dictionary<Som.SchemaElement, GlobalItem> newGlobalItems)
4 references to ResolveNameAndSetTypeUsage
System.Data.Entity (4)
System\Data\EntityModel\SchemaObjectModel\CollectionTypeElement.cs (1)
192return _typeSubElement.ResolveNameAndSetTypeUsage(convertedItemCache, newGlobalItems);
System\Data\EntityModel\SchemaObjectModel\Parameter.cs (1)
151return _typeSubElement.ResolveNameAndSetTypeUsage(convertedItemCache, newGlobalItems);
System\Data\EntityModel\SchemaObjectModel\ReturnType.cs (1)
144return _typeSubElement.ResolveNameAndSetTypeUsage(convertedItemCache, newGlobalItems);
System\Data\EntityModel\SchemaObjectModel\RowTypePropertyElement.cs (1)
199return _typeSubElement.ResolveNameAndSetTypeUsage(convertedItemCache, newGlobalItems);