1 write to _columnListForType
System.Data.Entity (1)
System\Data\Mapping\FunctionImportMapping.ReturnTypeRenameMapping.cs (1)
189this._columnListForType = new Collection<FunctionImportReturnTypeStructuralTypeColumn>();
2 references to _columnListForType
System.Data.Entity (2)
System\Data\Mapping\FunctionImportMapping.ReturnTypeRenameMapping.cs (2)
224FunctionImportReturnTypeStructuralTypeColumn ofTypecolumn = _columnListForType.FirstOrDefault(t => t.Type == typeForRename); 282this._columnListForType.Add(renamedColumn);