1 write to AllElementsSet
System.Private.Xml (1)
System\Xml\Schema\ContentValidator.cs (1)
2150context.AllElementsSet = new BitSet(_elements.Count);
4 references to AllElementsSet
System.Private.Xml (4)
System\Xml\Schema\ContentValidator.cs (4)
2164if (context.AllElementsSet![index]) 2175context.AllElementsSet.Set(index); 2199if (!context.AllElementsSet![element.Value] && (!isRequiredOnly || _isRequired[element.Value])) 2214if (!context.AllElementsSet![element.Value] && (!isRequiredOnly || _isRequired[element.Value]))