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