1 write to AllElementsSet
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (1)
2289context.AllElementsSet = new BitSet(_elements.Count); //TODO if already non-null can clear
4 references to AllElementsSet
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (4)
2303if (context.AllElementsSet[index]) 2312context.AllElementsSet.Set(index); 2334if (!context.AllElementsSet[(int)entry.Value] && (!isRequiredOnly || _isRequired[(int)entry.Value])) 2351if (!context.AllElementsSet[(int)entry.Value] && (!isRequiredOnly || _isRequired[(int)entry.Value]))