1 instantiation of ElementInformation
System.Configuration (1)
System\Configuration\ConfigurationElement.cs (1)
1848_evaluationElement = new ElementInformation(this);
6 references to ElementInformation
System.Configuration (2)
System\Configuration\ConfigurationElement.cs (2)
67private volatile ElementInformation _evaluationElement; 1845public ElementInformation ElementInformation {
System.Web (4)
Configuration\ProfileGroupSettingsCollection.cs (3)
147ElementInformation elemInfo = elem.ElementInformation; 160ElementInformation elemInfo = elem.ElementInformation; 177ElementInformation elemInfo = elem.ElementInformation;
HttpRuntime.cs (1)
2719internal static void FailIfNoAPTCABit(Type t, ElementInformation elemInfo, string propertyName) {