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)
67
private volatile
ElementInformation
_evaluationElement;
1845
public
ElementInformation
ElementInformation {
System.Web (4)
Configuration\ProfileGroupSettingsCollection.cs (3)
147
ElementInformation
elemInfo = elem.ElementInformation;
160
ElementInformation
elemInfo = elem.ElementInformation;
177
ElementInformation
elemInfo = elem.ElementInformation;
HttpRuntime.cs (1)
2719
internal static void FailIfNoAPTCABit(Type t,
ElementInformation
elemInfo, string propertyName) {