1 write to metaFunctions
System.Data.Linq (1)
Mapping\MappedMetaModel.cs (1)
129this.metaFunctions = new Dictionary<MetaPosition, MetaFunction>();
3 references to metaFunctions
System.Data.Linq (3)
Mapping\MappedMetaModel.cs (3)
137this.metaFunctions.Add(new MetaPosition(method), func); 214this.metaFunctions.TryGetValue(new MetaPosition(method), out func); 219return this.metaFunctions.Values;