2 references to Empty
System.Web (2)
UI\WebControls\MenuRendererStandards.cs (2)
596if (_styles.Any(s => !s.Empty)) { 601foreach (var style in _styles.Where(s => !s.Empty)) {