1 write to AllElementsSet
System.Xml (1)
System\Xml\Schema\ContentValidator.cs (1)
1950context.AllElementsSet = new BitSet(elements.Count); //
4 references to AllElementsSet
System.Xml (4)
System\Xml\Schema\ContentValidator.cs (4)
1962if (context.AllElementsSet[index]) { 1969context.AllElementsSet.Set(index); 1986if (!context.AllElementsSet[(int)entry.Value] && (!isRequiredOnly || isRequired[(int)entry.Value])) { 1999if (!context.AllElementsSet[(int)entry.Value] && (!isRequiredOnly || isRequired[(int)entry.Value])) {