56 references to EmitSourceInstruction
dotnet-svcutil-lib (56)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeGenerator.cs (56)
375EmitSourceInstruction(branchInstruction + " " + forState.EndLabel.GetHashCode()); 597EmitSourceInstruction("Callvirt " + methodInfo.ToString() + " on type " + methodInfo.DeclaringType.ToString()); 603EmitSourceInstruction("Static Call " + methodInfo.ToString() + " on type " + methodInfo.DeclaringType.ToString()); 609EmitSourceInstruction("Call " + methodInfo.ToString() + " on type " + methodInfo.DeclaringType.ToString()); 617EmitSourceInstruction("Call " + ctor.ToString() + " on type " + ctor.DeclaringType.ToString()); 624EmitSourceInstruction("Newobj " + constructorInfo.ToString() + " on type " + constructorInfo.DeclaringType.ToString()); 632EmitSourceInstruction("Initobj " + valueType); 640EmitSourceInstruction("Newarr " + elementType); 696EmitSourceInstruction("Ldsfld " + fieldInfo + " on type " + fieldInfo.DeclaringType); 702EmitSourceInstruction("Ldfld " + fieldInfo + " on type " + fieldInfo.DeclaringType); 739EmitSourceInstruction("Stsfld " + fieldInfo + " on type " + fieldInfo.DeclaringType); 745EmitSourceInstruction("Stfld " + fieldInfo + " on type " + fieldInfo.DeclaringType); 813EmitSourceInstruction("Ldnull"); 870EmitSourceInstruction("Castclass " + target); 877EmitSourceInstruction("Box " + type); 884EmitSourceInstruction("Unbox " + type); 929EmitSourceInstruction(opCode.ToString()); 935EmitSourceInstruction("Ldobj " + type); 943EmitSourceInstruction("Stobj " + type); 951EmitSourceInstruction("Ceq"); 958EmitSourceInstruction("Throw"); 965EmitSourceInstruction("Ldtoken " + t); 1035EmitSourceInstruction("Ldc.i4 1"); 1041EmitSourceInstruction("Ldc.i4 0"); 1049EmitSourceInstruction("Ldc.i4 " + intVar); 1091EmitSourceInstruction("Ldc.i8 " + l); 1098EmitSourceInstruction("Ldc.r4 " + f); 1105EmitSourceInstruction("Ldc.r8 " + d); 1112EmitSourceInstruction("Ldstr " + strVar); 1127EmitSourceInstruction("Ldloc " + _localNames[localBuilder]); 1135EmitSourceInstruction("Stloc " + _localNames[local]); 1144EmitSourceInstruction("Ldloca " + _localNames[localBuilder]); 1170EmitSourceInstruction("Ldarg " + slot); 1197EmitSourceInstruction("Starg " + slot); 1212EmitSourceInstruction("Ldarga " + slot); 1222EmitSourceInstruction("Ldlen"); 1225EmitSourceInstruction("Conv.i4"); 1278EmitSourceInstruction(opCode.ToString()); 1287EmitSourceInstruction(opCode.ToString()); 1340EmitSourceInstruction(opCode.ToString()); 1361EmitSourceInstruction("Add"); 1368EmitSourceInstruction("Sub"); 1375EmitSourceInstruction("And"); 1381EmitSourceInstruction("Or"); 1388EmitSourceInstruction("Not"); 1395EmitSourceInstruction("Ret"); 1402EmitSourceInstruction("Br " + label.GetHashCode()); 1409EmitSourceInstruction("Blt " + label.GetHashCode()); 1416EmitSourceInstruction("Brfalse " + label.GetHashCode()); 1423EmitSourceInstruction("Brtrue " + label.GetHashCode()); 1432EmitSourceInstruction("Pop"); 1439EmitSourceInstruction("Dup"); 1518EmitSourceInstruction(opCode.ToString()); 1616EmitSourceInstruction("case " + caseLabelName + "{"); 1628EmitSourceInstruction("} //end case "); 1638EmitSourceInstruction("} //end switch");