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