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