public void SetMemoryAddress(CodeGeneratorHelper storage) { if (!this._addressReserved) { this._memoryAddress = storage.GetAndPushConstantAddress(); this._addressReserved = true; } }