14 references to GetAndRemoveNonEmptyStringAttribute
System.Web (14)
Configuration\BrowserDefinition.cs (11)
122
HandlerBase.
GetAndRemoveNonEmptyStringAttribute
(node, "id", ref _id);
123
HandlerBase.
GetAndRemoveNonEmptyStringAttribute
(node, "refID", ref refID);
160
HandlerBase.
GetAndRemoveNonEmptyStringAttribute
(node, "parentID", ref parentID);
171
HandlerBase.
GetAndRemoveNonEmptyStringAttribute
(node, "parentID", ref _parentID);
175
HandlerBase.
GetAndRemoveNonEmptyStringAttribute
(node, "parentID", ref _parentID);
394
HandlerBase.
GetAndRemoveNonEmptyStringAttribute
(child, "match", ref match);
396
HandlerBase.
GetAndRemoveNonEmptyStringAttribute
(child, "nonMatch", ref match);
416
HandlerBase.
GetAndRemoveNonEmptyStringAttribute
(child, "match", ref match);
418
HandlerBase.
GetAndRemoveNonEmptyStringAttribute
(child, "nonMatch", ref match);
437
HandlerBase.
GetAndRemoveNonEmptyStringAttribute
(child, "match", ref match);
439
HandlerBase.
GetAndRemoveNonEmptyStringAttribute
(child, "nonMatch", ref match);
Configuration\HttpCapabilitiesSectionHandler.cs (1)
73
HandlerBase.
GetAndRemoveNonEmptyStringAttribute
(section, "provider", ref browserCapabilitiesProviderType);
XmlSiteMapProvider.cs (2)
373
HandlerBase.
GetAndRemoveNonEmptyStringAttribute
(xmlNode, _providerAttribute, ref providerName);
385
HandlerBase.
GetAndRemoveNonEmptyStringAttribute
(xmlNode, _siteMapFileAttribute, ref siteMapFile);