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