2 writes to application
System.Activities (2)
System\Activities\WorkflowApplication.cs (2)
4306this.application = application; 4319this.application = application;
28 references to application
System.Activities (28)
System\Activities\WorkflowApplication.cs (28)
4348if (this.application == null) 4394Fx.AssertAndThrow(thisPtr.application == null, "Should not create a WorkflowApplicationInstance if we already have a WorkflowApplication"); 4407if (this.application.WaitForTurnAsync(this.instanceOperation, this.timeoutHelper.RemainingTime(), waitCompleteCallback, this)) 4463this.application.ValidateStateForLoad(); 4465this.application.SetPersistenceManager(this.persistenceManager); 4468this.application.instanceId = this.persistenceManager.InstanceId; 4469this.application.instanceIdSet = true; 4471if (this.application.InstanceStore == null) 4473this.application.InstanceStore = this.persistenceManager.InstanceStore; 4483WorkflowIdentity definitionIdentity = this.application != null ? this.application.DefinitionIdentity : WorkflowApplication.unknownIdentity; 4506bool transactionRequired = this.application != null ? this.application.IsLoadTransactionRequired() : false; 4569if (this.application != null) 4571if (this.application.instanceIdSet) 4576this.application.instanceId = this.persistenceManager.InstanceId; 4577this.application.instanceIdSet = true; 4586if (this.application != null) 4588this.pipeline = this.application.ProcessInstanceValues(this.values, out this.deserializedRuntimeState); 4594this.application.persistencePipelineInUse = this.pipeline; 4596if (this.application.state == WorkflowApplicationState.Aborted) 4650if (this.application != null) 4652this.application.Initialize(this.deserializedRuntimeState, this.updateMap); 4655this.application.UpdateInstanceMetadata(); 4689if (this.application != null) 4693this.application.NotifyOperationComplete(localInstanceOperation); 4720if (thisPtr.application == null) 4726thisPtr.application.AbortDueToException(exception);