3 references to Value
System.AddIn (3)
System\Addin\Hosting\Store\AddIn.cs (1)
161
_unlocalized.Name = (String)addInAttribute.FixedArgs[0].
Value
;
System\Addin\Hosting\Store\PipelineComponent.cs (2)
111
String key = (String)fai[0].
Value
;
112
String val = (String)fai[1].
Value
;