Home
last modified time | relevance | path

Searched refs:Config_base_no_child_nodes (Results 1 – 6 of 6) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Configuration.ConfigurationManager/src/System/Configuration/
H A DHandlerBase.cs178 … throw new ConfigurationErrorsException(SR.Config_base_no_child_nodes, node.FirstChild); in CheckForChildNodes()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/sys/system/configuration/
H A DHandlerBase.cs245 SR.GetString(SR.Config_base_no_child_nodes), in CheckForChildNodes()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Configuration/
H A DHandlerBase.cs228 SR.GetString(SR.Config_base_no_child_nodes), in CheckForNonCommentChildNodes()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/codedom/compiler/
H A DCodeDomConfigurationHandler.cs475 SR.GetString(SR.Config_base_no_child_nodes), in CheckForChildNodes()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/ReferenceSources/
H A DSR.cs982 public const string Config_base_no_child_nodes = "Child nodes not allowed."; field in SR
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/ReferenceSources/
H A DSR.cs51 public const string Config_base_no_child_nodes = "Child nodes are not allowed."; field in SR