5 references to GetAndRemoveBooleanAttribute
System.Web (5)
Compilation\BuildManager.cs (1)
2667
HandlerBase.
GetAndRemoveBooleanAttribute
(root, "updatable", ref updatable);
Configuration\HttpCapabilitiesSectionHandler.cs (1)
247
HandlerBase.
GetAndRemoveBooleanAttribute
(node, "inherit", ref inherit);
Configuration\ProtocolsConfiguration.cs (1)
47
HandlerBase.
GetAndRemoveBooleanAttribute
(child, "validate", ref validate);
XmlSiteMapProvider.cs (2)
294
HandlerBase.
GetAndRemoveBooleanAttribute
(node, "enableLocalization", ref enableLocalization);
646
HandlerBase.
GetAndRemoveBooleanAttribute
(xmlNode, _securityTrimmingEnabledAttrName, ref secuityTrimmingEnabled);