1 instantiation of PropertyInformationCollection
System.Configuration.ConfigurationManager (1)
System\Configuration\ElementInformation.cs (1)
20=> _internalProperties ??= new PropertyInformationCollection(_thisElement);
3 references to PropertyInformationCollection
System.Configuration (1)
System.Configuration.cs (1)
79[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.PropertyInformationCollection))]
System.Configuration.ConfigurationManager (2)
System\Configuration\ElementInformation.cs (2)
12private PropertyInformationCollection _internalProperties; 19public PropertyInformationCollection Properties