2 references to Name
System.Configuration.ConfigurationManager (2)
System\Diagnostics\SourceElementsCollection.cs (2)
29
protected override object GetElementKey(ConfigurationElement element) => ((SourceElement)element).
Name
;
77
throw new ConfigurationErrorsException(SR.Format(SR.Only_specify_one,
Name
));