8 references to Name
System.AddIn (8)
System\Addin\Hosting\Store\AddIn.cs (1)
148return String.Format(CultureInfo.CurrentCulture, Res.AddInToString, Name, BestAvailableLocation);
System\Addin\Hosting\Store\AddInAdapter.cs (1)
47return String.Format(CultureInfo.CurrentCulture, Res.AddInAdapterToString, Name, BestAvailableLocation);
System\Addin\Hosting\Store\AddInBase.cs (2)
39return String.Format(CultureInfo.CurrentCulture, Res.AddInBaseToString, Name, BestAvailableLocation); 46warnings.Add(String.Format(CultureInfo.CurrentCulture, Res.AddInBaseMustBeSubclassable, Name));
System\Addin\Hosting\Store\ContractComponent.cs (3)
33return String.Format(CultureInfo.CurrentCulture, Res.ContractToString, Name, BestAvailableLocation); 41warnings.Add(String.Format(CultureInfo.CurrentCulture, Res.ContractMustImplementIContract, Name)); 47warnings.Add(String.Format(CultureInfo.CurrentCulture, Res.ContractMustBeInterface, Name));
System\Addin\Hosting\Store\HostAdapter.cs (1)
53return String.Format(CultureInfo.CurrentCulture, Res.HostAdapterToString, Name, BestAvailableLocation);