1 write to properties
System.ServiceModel (1)
System\ServiceModel\Configuration\NamedServiceModelExtensionCollectionElement.cs (1)
50this.properties = base.Properties;
3 references to properties
System.ServiceModel (3)
System\ServiceModel\Configuration\NamedServiceModelExtensionCollectionElement.cs (3)
48if (this.properties == null) 51this.properties.Add(new ConfigurationProperty(ConfigurationStrings.Name, typeof(System.String), null, null, new StringValidator(0, 2147483647, null), System.Configuration.ConfigurationPropertyOptions.IsKey)); 53return this.properties;