1 write to _unlocalized
System.AddIn (1)
System\Addin\Hosting\Store\AddIn.cs (1)
57_unlocalized = new ResourceState();
8 references to _unlocalized
System.AddIn (8)
System\Addin\Hosting\Store\AddIn.cs (8)
63get { return _unlocalized; } 75return _unlocalized.Name; 89return _unlocalized.Publisher; 103return _unlocalized.Description; 161_unlocalized.Name = (String)addInAttribute.FixedArgs[0].Value; 167_unlocalized.Description = (String)namedArg.Value; 173_unlocalized.Publisher = (String)namedArg.Value; 182if (String.IsNullOrEmpty(_unlocalized.Name))