1 instantiation of ElementInformation
System.Configuration.ConfigurationManager (1)
System\Configuration\ConfigurationElement.cs (1)
202public ElementInformation ElementInformation => _evaluationElement ??= new ElementInformation(this);
3 references to ElementInformation
System.Configuration (1)
System.Configuration.cs (1)
45[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.ElementInformation))]
System.Configuration.ConfigurationManager (2)
System\Configuration\ConfigurationElement.cs (2)
55private volatile ElementInformation _evaluationElement; 202public ElementInformation ElementInformation => _evaluationElement ??= new ElementInformation(this);