1 write to _table
System.Web.Mobile (1)
UI\MobileControls\Design\Util\SimpleParser.cs (1)
312
_table
= new Hashtable(initialCapacity, StringComparer.OrdinalIgnoreCase);
2 references to _table
System.Web.Mobile (2)
UI\MobileControls\Design\Util\SimpleParser.cs (2)
317
_table
.Add(key, true);
322
return (
_table
.Contains(key));