2 writes to log
System.Data.Linq (2)
SqlClient\SqlProvider.cs (2)
227this.log = value; 467this.log = null;
7 references to log
System.Data.Linq (7)
SqlClient\SqlProvider.cs (7)
222return this.log; 722if (this.log != null) { 723this.log.WriteLine(Strings.LogAttemptingToDeleteDatabase(this.dbName)); 791if (this.log != null) { 792this.log.WriteLine(command); 793this.log.WriteLine(); 1039LogCommand(this.log, cmd);