3 references to 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);