1 write to locationMapping
System.Activities (1)
System\Activities\WorkflowDataContext.cs (1)
125
this.
locationMapping
= new Dictionary<Location, PropertyDescriptorImpl>();
6 references to locationMapping
System.Activities (6)
System\Activities\WorkflowDataContext.cs (6)
123
if (this.
locationMapping
== null)
127
this.
locationMapping
.Add(location, property);
143
Fx.Assert(this.
locationMapping
!= null, "Location mapping must not be null.");
145
if (this.
locationMapping
.TryGetValue(location, out property))
161
if (this.
locationMapping
!= null)
163
foreach (KeyValuePair<Location, PropertyDescriptorImpl> pair in this.
locationMapping
)