1 write to ilgen
System.Data.SqlXml (1)
System\Xml\Xsl\IlGen\GenerateHelper.cs (1)
491this.ilgen = XmlILModule.DefineMethodBody(methInfo);
25 references to ilgen
System.Data.SqlXml (25)
System\Xml\Xsl\IlGen\GenerateHelper.cs (25)
638LocalBuilder locBldr = this.ilgen.DeclareLocal(type); 812this.ilgen.Emit(opcode, meth); 834this.ilgen.Emit(opcode, ((ModuleBuilder) methBldr.GetModule()).GetMethodToken(meth).Token); 1366this.ilgen.BeginScope(); 1373this.ilgen.EndScope(); 1433this.ilgen.MarkSequencePoint(symDoc, sourceInfo.Start.Line, sourceInfo.Start.Pos, sourceInfo.End.Line, sourceInfo.End.Pos); 1443Label lbl = this.ilgen.DefineLabel(); 1465this.ilgen.MarkLabel(lbl); 1473this.ilgen.Emit(opcode); 1481this.ilgen.Emit(opcode, byteVal); 1489this.ilgen.Emit(opcode, constrInfo); 1497this.ilgen.Emit(opcode, dblVal); 1505this.ilgen.Emit(opcode, fltVal); 1513this.ilgen.Emit(opcode, fldInfo); 1522this.ilgen.Emit(opcode, shrtVal); 1531this.ilgen.Emit(opcode, intVal); 1540this.ilgen.Emit(opcode, longVal); 1549this.ilgen.Emit(opcode, lblVal); 1562this.ilgen.Emit(opcode, arrLabels); 1570this.ilgen.Emit(opcode, locBldr); 1579this.ilgen.Emit(opcode, methInfo); 1587this.ilgen.Emit(opcode, sbyteVal); 1595this.ilgen.Emit(opcode, strVal); 1603this.ilgen.Emit(opcode, typVal); 1654this.ilgen.Emit(opcode, lblTarget);