1 write to definitionCollection
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\WorkflowDefinitionProvider.cs (1)
36
this.
definitionCollection
= new Dictionary<WorkflowIdentityKey, WorkflowService>();
14 references to definitionCollection
System.ServiceModel.Activities (14)
System\ServiceModel\Activities\WorkflowDefinitionProvider.cs (14)
66
foreach (WorkflowIdentityKey identityKey in this.
definitionCollection
.Keys)
85
if (object.Equals(this.DefaultDefinitionIdentity, identityKey.Identity) || this.
definitionCollection
.ContainsKey(identityKey))
98
this.
definitionCollection
.Add(identityKey, workflowService);
105
if (this.
definitionCollection
.Values.Contains(workflowService))
108
return this.
definitionCollection
.Remove(new WorkflowIdentityKey(workflowService.DefinitionIdentity));
117
foreach (WorkflowService workflowService in this.
definitionCollection
.Values)
122
this.
definitionCollection
.Clear();
143
else if (this.
definitionCollection
.TryGetValue(new WorkflowIdentityKey(workflowIdentity), out workflowService))
160
this.
definitionCollection
.TryGetValue(new WorkflowIdentityKey(updatedIdentity), out workflowService);
195
return this.workflowDefinitionProvider.
definitionCollection
.Values.Contains(item);
200
this.workflowDefinitionProvider.
definitionCollection
.Values.CopyTo(array, arrayIndex);
207
return this.workflowDefinitionProvider.
definitionCollection
.Count;
226
return this.workflowDefinitionProvider.
definitionCollection
.Values.GetEnumerator();
231
return this.workflowDefinitionProvider.
definitionCollection
.Values.GetEnumerator();