1 write to types
System.Data.Linq (1)
Mapping\MappedMetaModel.cs (1)
42this.types = new Dictionary<string, Type>();
12 references to types
System.Data.Linq (12)
Mapping\MappedMetaModel.cs (12)
100if (!this.types.ContainsKey(rowType.Name)) { 101this.types.Add(rowType.FullName, rowType); 102if (!this.types.ContainsKey(rowType.Name)) { 103this.types.Add(rowType.Name, rowType); 114if (!this.types.ContainsKey(rowType.Name)) { 115this.types.Add(rowType.FullName, rowType); 116if (!this.types.ContainsKey(rowType.Name)) { 117this.types.Add(rowType.Name, rowType); 270if (this.types.TryGetValue(name, out result)) { 274if (name2 != null && this.types.TryGetValue(name2, out result)) { 290if (this.types.TryGetValue(name, out result)) { 293this.types.Add(name, foundResult);