1 write to properties
System.ServiceModel (1)
System\ServiceModel\Configuration\BindingsSection.cs (1)
53this.properties = new ConfigurationPropertyCollection();
5 references to properties
System.ServiceModel (5)
System\ServiceModel\Configuration\BindingsSection.cs (5)
51if (this.properties == null) 57return this.properties; 273if (bindingExtensions.Count != this.properties.Count) 279if (!this.properties.Contains(bindingExtension.Name)) 293this.properties.Add(property);