1 instantiation of PropertyInformationCollection
System.Configuration (1)
System\Configuration\elementinformation.cs (1)
40_internalProperties = new PropertyInformationCollection(_thisElement);
38 references to PropertyInformationCollection
System.Configuration (2)
System\Configuration\elementinformation.cs (2)
25private PropertyInformationCollection _internalProperties; 36public PropertyInformationCollection Properties
System.Runtime.Serialization (1)
System\Runtime\Serialization\Configuration\ParameterElement.cs (1)
75PropertyInformationCollection propertyInfo = this.ElementInformation.Properties;
System.ServiceModel (32)
System\ServiceModel\Activation\Configuration\NetPipeSection.cs (1)
14PropertyInformationCollection propertyInfo;
System\ServiceModel\Activation\Configuration\NetTcpSection.cs (1)
14PropertyInformationCollection propertyInfo;
System\ServiceModel\Configuration\AddressHeaderCollectionElement.cs (1)
27PropertyInformationCollection properties = source.ElementInformation.Properties;
System\ServiceModel\Configuration\ChannelEndpointElement.cs (1)
46PropertyInformationCollection properties = source.ElementInformation.Properties;
System\ServiceModel\Configuration\ClientCredentialsElement.cs (1)
140PropertyInformationCollection propertyInfo = this.ElementInformation.Properties;
System\ServiceModel\Configuration\CompositeDuplexElement.cs (1)
21PropertyInformationCollection propertyInfo = this.ElementInformation.Properties;
System\ServiceModel\Configuration\ConnectionOrientedTransportElement.cs (1)
92PropertyInformationCollection propertyInfo = this.ElementInformation.Properties;
System\ServiceModel\Configuration\EndpointAddressElementBase.cs (1)
52PropertyInformationCollection properties = source.ElementInformation.Properties;
System\ServiceModel\Configuration\HttpBindingBaseElement.cs (1)
151PropertyInformationCollection propertyInfo = this.ElementInformation.Properties;
System\ServiceModel\Configuration\HttpTransportElement.cs (1)
188PropertyInformationCollection propertyInfo = this.ElementInformation.Properties;
System\ServiceModel\Configuration\IdentityElement.cs (1)
65PropertyInformationCollection properties = source.ElementInformation.Properties;
System\ServiceModel\Configuration\IssuedTokenServiceElement.cs (2)
118PropertyInformationCollection propertyInfo = from.ElementInformation.Properties; 179PropertyInformationCollection propertyInfo = this.ElementInformation.Properties;
System\ServiceModel\Configuration\NetNamedPipeBindingElement.cs (1)
137PropertyInformationCollection propertyInfo = this.ElementInformation.Properties;
System\ServiceModel\Configuration\NetTcpBindingElement.cs (1)
160PropertyInformationCollection propertyInfo = this.ElementInformation.Properties;
System\ServiceModel\Configuration\OneWayElement.cs (2)
47PropertyInformationCollection propertyInfo = this.ElementInformation.Properties; 63PropertyInformationCollection propertyInfo = source.ElementInformation.Properties;
System\ServiceModel\Configuration\PeerCredentialElement.cs (1)
61PropertyInformationCollection propertyInfo = this.ElementInformation.Properties;
System\ServiceModel\Configuration\ServiceCredentialsElement.cs (1)
143PropertyInformationCollection propertyInfo = this.ElementInformation.Properties;
System\ServiceModel\Configuration\ServiceEndpointElement.cs (1)
31PropertyInformationCollection properties = source.ElementInformation.Properties;
System\ServiceModel\Configuration\ServiceThrottlingElement.cs (1)
57PropertyInformationCollection propertyInfo = this.ElementInformation.Properties;
System\ServiceModel\Configuration\TcpTransportElement.cs (1)
24PropertyInformationCollection propertyInfo = this.ElementInformation.Properties;
System\ServiceModel\Configuration\UserNameServiceElement.cs (1)
122PropertyInformationCollection propertyInfo = this.ElementInformation.Properties;
System\ServiceModel\Configuration\X509ClientCertificateCredentialsElement.cs (1)
83PropertyInformationCollection propertyInfo = this.ElementInformation.Properties;
System\ServiceModel\Configuration\X509DefaultServiceCertificateElement.cs (1)
83PropertyInformationCollection propertyInfo = this.ElementInformation.Properties;
System\ServiceModel\Configuration\X509InitiatorCertificateClientElement.cs (1)
83PropertyInformationCollection propertyInfo = this.ElementInformation.Properties;
System\ServiceModel\Configuration\X509InitiatorCertificateServiceElement.cs (1)
54PropertyInformationCollection propertyInfo = this.ElementInformation.Properties;
System\ServiceModel\Configuration\X509PeerCertificateElement.cs (1)
82PropertyInformationCollection propertyInfo = this.ElementInformation.Properties;
System\ServiceModel\Configuration\X509RecipientCertificateClientElement.cs (1)
77PropertyInformationCollection propertyInfo = this.ElementInformation.Properties;
System\ServiceModel\Configuration\X509RecipientCertificateServiceElement.cs (1)
83PropertyInformationCollection propertyInfo = this.ElementInformation.Properties;
System\ServiceModel\Configuration\X509ScopedServiceCertificateElement.cs (1)
91PropertyInformationCollection propertyInfo = this.ElementInformation.Properties;
System\ServiceModel\Description\ConfigLoader.cs (1)
70PropertyInformationCollection properties = element.ElementInformation.Properties;
System.ServiceModel.Web (3)
System\ServiceModel\Configuration\WebHttpBindingElement.cs (1)
252PropertyInformationCollection propertyInfo = this.ElementInformation.Properties;
System\ServiceModel\Configuration\WebHttpEndpointElement.cs (1)
259PropertyInformationCollection propertyInfo = this.ElementInformation.Properties;
System\ServiceModel\Configuration\WebScriptEndpointElement.cs (1)
209PropertyInformationCollection propertyInfo = this.ElementInformation.Properties;