3 references to TypeExpr
System.Data (3)
fx\src\data\System\Data\CodeGen\datacache.cs (3)
830nullValueExpr = Field(TypeExpr(stRowClassName), rowColumnName + "_nullValue"); 859nullValueExpr = Field(TypeExpr(stRowClassName), rowColumnName + "_nullValue"); 1257getSchemaSerializable.Statements.Add(Return(MethodCall(TypeExpr("System.Xml.Schema.XmlSchema"),"Read",new CodeExpression[] {New(typeof(System.Xml.XmlTextReader),new CodeExpression[] {Argument("stream")}), Primitive(null)})));