10 references to SetPropertyValue
System.Configuration (3)
System\Configuration\AppSettingsSection.cs (1)
89
SetPropertyValue
(s_propFile,null,true); // ignore the lock to prevent inheritence
System\Configuration\ConfigurationElement.cs (2)
710
SetPropertyValue
(prop, value,false); // Do not ignore locks!!!
727
SetPropertyValue
(Properties[propertyName], value, false);// Do not ignore locks!!!
System.ServiceModel (7)
System\ServiceModel\Configuration\ConnectionOrientedTransportElement.cs (2)
136
SetPropertyValue
(maxPendingConnectionsProperty, binding.MaxPendingConnections, /*ignoreLocks = */ false);
142
SetPropertyValue
(maxPendingAcceptsProperty, binding.MaxPendingAccepts, /*ignoreLocks = */ false);
System\ServiceModel\Configuration\NetNamedPipeBindingElement.cs (1)
121
SetPropertyValue
(maxConnectionsProperty, npnpBinding.MaxConnections, false /*ignore locks*/);
System\ServiceModel\Configuration\NetTcpBindingElement.cs (2)
143
SetPropertyValue
(maxConnectionsProperty, nptBinding.MaxConnections, false /*ignore locks*/);
149
SetPropertyValue
(listenBacklogProperty, nptBinding.ListenBacklog, false /*ignore locks*/);
System\ServiceModel\Configuration\ServiceModelConfigurationElement.cs (1)
29
SetPropertyValue
(configurationProperty, value, /*ignoreLocks = */ false);
System\ServiceModel\Configuration\TcpTransportElement.cs (1)
67
SetPropertyValue
(listenBacklogProperty, binding.ListenBacklog, false /*ignore locks*/);