45 implementations of TryGetValue
mscorlib (4)
PresentationCore (4)
PresentationFramework (2)
System (3)
System.Activities (2)
System.Activities.Presentation (2)
System.AddIn (1)
System.Core (1)
System.Data (2)
System.Runtime.DurableInstancing (1)
System.ServiceModel (12)
System.ServiceModel.Internals (3)
System.ServiceModel.Routing (1)
System.Web (4)
System.Web.Extensions (1)
System.WorkflowServices (1)
WindowsBase (1)
181 references to TryGetValue
Microsoft.Activities.Build (2)
mscorlib (6)
PresentationCore (4)
PresentationFramework (4)
System (2)
System.Activities (20)
System.Activities.DurableInstancing (21)
System\Activities\DurableInstancing\SaveWorkflowAsyncResult.cs (16)
214if (saveWorkflowCommand.InstanceData.TryGetValue(SqlWorkflowInstanceStoreConstants.BinaryBlockingBookmarksPropertyName, out binaryBlockingBookmarks))
235if (saveWorkflowCommand.InstanceData.TryGetValue(SqlWorkflowInstanceStoreConstants.StatusPropertyName, out executionStatusProperty))
247if (saveWorkflowCommand.InstanceData.TryGetValue(SqlWorkflowInstanceStoreConstants.PendingTimerExpirationPropertyName, out pendingTimerExpirationPropertyValue))
266if (instanceMetadataChanges.TryGetValue(WorkflowServiceNamespace.SuspendReason, out propertyValue))
273if (instanceMetadataChanges.TryGetValue(WorkflowServiceNamespace.SuspendException, out propertyValue) && !propertyValue.IsDeletedValue)
290if (saveWorkflowCommand.InstanceMetadataChanges.TryGetValue(WorkflowNamespace.WorkflowHostType, out instanceValue))
308if (saveWorkflowCommand.InstanceData.TryGetValue(SqlWorkflowInstanceStoreConstants.StatusPropertyName, out statusPropertyValue) &&
340if (instanceView.InstanceKeys.TryGetValue(key, out existingKeyView))
352if (instanceView.InstanceKeys.TryGetValue(key, out existingKeyView))
394if (saveWorkflowCommand.InstanceMetadataChanges.TryGetValue(PersistenceMetadataNamespace.ActivationType, out instanceValue))
398if (saveWorkflowCommand.InstanceMetadataChanges.TryGetValue(WorkflowServiceNamespace.Service, out instanceValue))
403if (saveWorkflowCommand.InstanceMetadataChanges.TryGetValue(WorkflowServiceNamespace.SiteName, out instanceValue))
407if (saveWorkflowCommand.InstanceMetadataChanges.TryGetValue(WorkflowServiceNamespace.RelativeApplicationPath, out instanceValue))
411if (saveWorkflowCommand.InstanceMetadataChanges.TryGetValue(WorkflowServiceNamespace.RelativeServicePath, out instanceValue))
555if (saveWorkflowCommand.InstanceData.TryGetValue(name, out propertyValue))
581if (saveWorkflowCommand.InstanceData.TryGetValue(name, out propertyValue))
System.Activities.Presentation (12)
System.AddIn (1)
System.Core (1)
System.Data (14)
System.Data.Services (4)
System.IdentityModel (4)
System.Runtime.DurableInstancing (5)
System.ServiceModel (17)
System.ServiceModel.Activation (3)
System.ServiceModel.Activities (21)
System.ServiceModel.Internals (2)
System.ServiceModel.Web (3)
System.Web (4)
System.Web.DynamicData (8)
System.Web.Extensions (4)
System.Workflow.ComponentModel (7)
System.Workflow.Runtime (3)
System.WorkflowServices (8)
XamlBuildTask (1)