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