Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Configuration/System.Configuration/
H A DConfigurationElement.cs107 ConfigurationLockCollection lockAllAttributesExcept; field in System.Configuration.ConfigurationElement
110 if (lockAllAttributesExcept == null) {
111lockAllAttributesExcept = new ConfigurationLockCollection (this, ConfigurationLockType.Attribute |…
114 return lockAllAttributesExcept;