1 write to elements
System.Xml (1)
System\Xml\Schema\ContentValidator.cs (1)
1925elements = new Hashtable(size);
8 references to elements
System.Xml (8)
System\Xml\Schema\ContentValidator.cs (8)
1931if (elements[name] != null) { 1934int i = elements.Count; 1935elements.Add(name, i); 1949Debug.Assert(elements.Count > 0); 1950context.AllElementsSet = new BitSet(elements.Count); // 1955object lookup = elements[name]; 1985foreach (DictionaryEntry entry in elements) { 1998foreach (DictionaryEntry entry in elements) {