Home
last modified time | relevance | path

Searched refs:DuplicateComponentName (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/
H A DContainer.cs239 throw new ArgumentException(SR.Format(SR.DuplicateComponentName, name)); in ValidateName()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/
H A DContainer.cs253 … throw new ArgumentException(SR.GetString(SR.DuplicateComponentName, name)); in ValidateName()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/ReferenceSources/
H A DSR.cs154 …public const string DuplicateComponentName = "Duplicate component name '{0}'. Component names mus… field in SR