2 writes to Name
System.AddIn (2)
System\Addin\Hosting\AddInStore.cs (1)
1281addIn.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)
75return _unlocalized.Name; 182if (String.IsNullOrEmpty(_unlocalized.Name))