37 references to EmitSourceInstruction
System.ServiceModel (37)
System\ServiceModel\Dispatcher\CodeGenerator.cs (37)
259
EmitSourceInstruction
("Callvirt " + methodInfo.ToString() + " on type " + methodInfo.DeclaringType.ToString());
265
EmitSourceInstruction
("Static Call " + methodInfo.ToString() + " on type " + methodInfo.DeclaringType.ToString());
271
EmitSourceInstruction
("Call " + methodInfo.ToString() + " on type " + methodInfo.DeclaringType.ToString());
279
EmitSourceInstruction
("Newobj " + constructor.ToString() + " on type " + constructor.DeclaringType.ToString());
286
EmitSourceInstruction
("Initobj " + valueType);
329
EmitSourceInstruction
("Ldnull");
373
EmitSourceInstruction
("Castclass " + target);
380
EmitSourceInstruction
("Box " + type);
387
EmitSourceInstruction
("Unbox " + type);
397
EmitSourceInstruction
(opCode.ToString());
403
EmitSourceInstruction
("Ldobj " + type);
411
EmitSourceInstruction
("Stobj " + type);
418
EmitSourceInstruction
("Ldtoken " + t);
481
EmitSourceInstruction
("Ldc.i4 1");
487
EmitSourceInstruction
("Ldc.i4 0");
495
EmitSourceInstruction
("Ldc.i4 " + intVar);
537
EmitSourceInstruction
("Ldstr " + strVar);
552
EmitSourceInstruction
("Ldloc " + LocalNames[localBuilder]);
560
EmitSourceInstruction
("Stloc " + LocalNames[local]);
568
EmitSourceInstruction
("Ldloc " + slot);
596
EmitSourceInstruction
("Stloc " + slot);
623
EmitSourceInstruction
("Ldloca " + LocalNames[localBuilder]);
631
EmitSourceInstruction
("Ldloca " + slot);
659
EmitSourceInstruction
("Ldarg " + slot);
686
EmitSourceInstruction
("Starg " + slot);
701
EmitSourceInstruction
("Ldarga " + slot);
720
EmitSourceInstruction
(opCode.ToString());
730
EmitSourceInstruction
(opCode.ToString());
746
EmitSourceInstruction
(opCode.ToString());
767
EmitSourceInstruction
("Ret");
774
EmitSourceInstruction
("Br " + label.GetHashCode());
781
EmitSourceInstruction
("Brfalse " + label.GetHashCode());
788
EmitSourceInstruction
("Brtrue " + label.GetHashCode());
795
EmitSourceInstruction
("Pop");
802
EmitSourceInstruction
("Dup");
832
EmitSourceInstruction
(opCode.ToString());
1080
EmitSourceInstruction
("// " + comment);