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)
63
get { return
_unlocalized
; }
75
return
_unlocalized
.Name;
89
return
_unlocalized
.Publisher;
103
return
_unlocalized
.Description;
161
_unlocalized
.Name = (String)addInAttribute.FixedArgs[0].Value;
167
_unlocalized
.Description = (String)namedArg.Value;
173
_unlocalized
.Publisher = (String)namedArg.Value;
182
if (String.IsNullOrEmpty(
_unlocalized
.Name))