2 writes to _restrictXmlControls
System.Web (2)
Util\AppSettings.cs (2)
88if (settings == null || !Boolean.TryParse(settings["aspnet:RestrictXmlControls"], out _restrictXmlControls)) 89_restrictXmlControls = false;
1 reference to _restrictXmlControls
System.Web (1)
Util\AppSettings.cs (1)
368return _restrictXmlControls;