3 instantiations of ExternalLocationReference
System.Activities (3)
System\Activities\Hosting\SymbolResolver.cs (3)
82
this.symbols.Add(key, new
ExternalLocationReference
(key, type, TypeHelper.GetDefaultValueForType(type)));
98
this.symbols.Add(key, new
ExternalLocationReference
(key, type, value));
110
return new
ExternalLocationReference
(name, valueType, value);
14 references to ExternalLocationReference
System.Activities (14)
System\Activities\Hosting\SymbolResolver.cs (14)
16
Dictionary<string,
ExternalLocationReference
> symbols;
20
this.symbols = new Dictionary<string,
ExternalLocationReference
>();
44
foreach (
ExternalLocationReference
reference in this.symbols.Values)
101
ExternalLocationReference
CreateReference(string name, object value)
126
ExternalLocationReference
reference;
163
foreach (KeyValuePair<string,
ExternalLocationReference
> pair in this.symbols)
174
foreach (KeyValuePair<string,
ExternalLocationReference
> pair in this.symbols)
182
foreach (KeyValuePair<string,
ExternalLocationReference
> pair in this.symbols)
202
ExternalLocationReference
reference;
219
ExternalLocationReference
reference;
232
ExternalLocationReference
reference;
253
ExternalLocationReference
externalLocationReference;
268
ExternalLocationReference
reference;
326
foreach (
ExternalLocationReference
item in this.symbolResolver.symbols.Values)