public void SetTypeDeclaration(TypeDeclaration typeDeclaration) { this.typeDeclaration = typeDeclaration; }
public CompilerParametersCreator CreateCompilerParameterCreator(TypeDeclaration typeDeclaration) { return new CompilerParametersCreator(this, typeDeclaration.GetAllTypes()); }
public CompilerParameters CreateCompilerParameters(TypeDeclaration typeDeclaration) { return factory.CreateCompilerParameterCreator(typeDeclaration).CreateCompilerParameters(); }