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