fx\src\data\System\Data\CodeGen\datacache.cs (12)
302Stm(DelegateCall(Event(rowClassName + eventName),
1052Stm(MethodCall(This(),"InitVars", Primitive(false))),
1067schemaBody.Add(Stm(MethodCall(Variable("ds"),"ReadXmlSchema",new CodeExpression[] {New(typeof(System.Xml.XmlTextReader),new CodeExpression[] {New("System.IO.StringReader",new CodeExpression[] {Variable("strSchema")})})})));
1072Stm(MethodCall(Property(This(), "Tables"), "Add", New(TableClassName(dataSet.Tables[i]), new CodeExpression[] {Indexer(Property(Variable("ds"),"Tables"),Str(dataSet.Tables[i].TableName))})))
1082schemaBody.Add(Stm(MethodCall(This(),"Merge",new CodeExpression[] {Variable("ds"),Primitive(false),Field(TypeExpr(typeof(MissingSchemaAction)),"Add")})));
1083schemaBody.Add(Stm(MethodCall(This(),"InitVars")));
1090Stm(MethodCall(This(), "BeginInit")),
1091Stm(MethodCall(This(), "InitClass")),
1092Stm(MethodCall(This(), "EndInit"))
1160Stm(MethodCall(fieldTable,"InitVars")))
1231Stm(MethodCall(Property(This(), "Tables"), "Add", New(TableClassName(dataSet.Tables[i]), new CodeExpression[] {Indexer(Property(Variable("ds"),"Tables"),Str(dataSet.Tables[i].TableName))})))
1381Stm(MethodCall(This(),"InitVars"))