1 write to compiled
System.Data.Linq (1)
CompiledQuery.cs (1)
317this.compiled = context.Provider.Compile(this.query);
3 references to compiled
System.Data.Linq (3)
CompiledQuery.cs (3)
314if (this.compiled == null) { 316if (this.compiled == null) { 326return this.compiled.Execute(context.Provider, args).ReturnValue;