7 references to Types
System.Data.Linq (7)
Mapping\MappedMetaModel.cs (6)
1346if (map.Types.Count == 0 && this.method.ReturnType == typeof(IMultipleResults)) { 1349else if (map.Types.Count > 1 && this.method.ReturnType != typeof(IMultipleResults)) { 1352else if (map.Types.Count == 1 && this.method.ReturnType != typeof(IMultipleResults)) { 1354this.rowTypes = new List<MetaType>(1) { this.GetMetaType(map.Types[0], elementType) }.AsReadOnly(); 1356else if (map.Types.Count > 0) { 1358foreach (TypeMapping rtm in map.Types) {
Mapping\MappingSource.cs (1)
355fm.Types.Add(ReadElementTypeMapping(null, reader));