2 writes to Name
System.AddIn (2)
System\Addin\Hosting\AddInStore.cs (1)
1281
addIn.UnlocalizedResourceState.
Name
= typeName;
System\Addin\Hosting\Store\AddIn.cs (1)
161
_unlocalized.
Name
= (String)addInAttribute.FixedArgs[0].Value;
2 references to Name
System.AddIn (2)
System\Addin\Hosting\Store\AddIn.cs (2)
75
return _unlocalized.
Name
;
182
if (String.IsNullOrEmpty(_unlocalized.
Name
))