1 write to elementType
System.Data.Linq (1)
SqlClient\Reader\ObjectReaderCompiler.cs (1)
681
this.
elementType
= elementType;
5 references to elementType
System.Data.Linq (5)
SqlClient\Reader\ObjectReaderCompiler.cs (5)
695
this.GenerateExpressionForType(expression, this.
elementType
);
1593
if (
elementType
.IsInterface ||
1595
elementType
.IsSubclassOf(genExpectedTypeArgs[0]) ||
1596
genExpectedTypeArgs[0].IsSubclassOf(
elementType
) ||
1597
TypeSystem.GetNonNullableType(
elementType
) == TypeSystem.GetNonNullableType(genExpectedTypeArgs[0])