Exemplo n.º 1
0
		public virtual DecompilationPipeline CreatePipeline()
		{
			stackVariable1 = new DecompilationPipeline(Array.Empty<IDecompilationStep>());
			stackVariable1.AddSteps(BaseLanguage.get_IntermediateRepresenationPipeline().get_Steps());
			stackVariable1.AddSteps(this.LanguageDecompilationSteps(false));
			return stackVariable1;
		}
Exemplo n.º 2
0
		private DecompilationPipeline CreatePipelineInternal(DecompilationContext context, bool inlineAggressively)
		{
			stackVariable3 = new DecompilationPipeline(BaseLanguage.get_IntermediateRepresenationPipeline().get_Steps(), context);
			stackVariable3.AddSteps(this.LanguageDecompilationSteps(inlineAggressively));
			return stackVariable3;
		}