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