Beispiel #1
0
 public StindFixer(MethodDef method)
     : base(method)
 {
     _calc = new StackTypesCalculator(method);
 }
Beispiel #2
0
		public StindFixer(MethodDef method)
			: base(method)
		{
			_calc = new StackTypesCalculator(method);
		}