1 write to functions
System.Data.Linq (1)
parent\DbmlShared\Mapping.cs (1)
22this.functions = new List<FunctionMapping>();
2 references to functions
System.Data.Linq (2)
parent\DbmlShared\Mapping.cs (2)
40get { return this.functions; } 73foreach (FunctionMapping fmap in this.functions) {