7 references to GenerateConstant
System.Data.Linq (7)
SqlClient\Reader\ObjectReaderCompiler.cs (7)
805
return this.
GenerateConstant
(value.ClrType, value.Value);
853
this.
GenerateConstant
(opt.ClrType, null);
1955
this.
GenerateConstant
(locDiscriminator.LocalType, vMatch.Value);
1968
this.
GenerateConstant
(stc.ClrType, null);
1999
this.
GenerateConstant
(locDiscriminator.LocalType, code);
2003
this.
GenerateConstant
(typeof(Type), imt.Type);
2012
this.
GenerateConstant
(typeof(Type), defType.Type);