1 write to properties
System.ServiceModel (1)
System\ServiceModel\Configuration\StandardEndpointsSection.cs (1)
53this.properties = new ConfigurationPropertyCollection();
5 references to properties
System.ServiceModel (5)
System\ServiceModel\Configuration\StandardEndpointsSection.cs (5)
51if (this.properties == null) 57return this.properties; 174if (endpointExtensions.Count != this.properties.Count) 180if (!this.properties.Contains(endpointExtension.Name)) 194this.properties.Add(property);