1 write to AllElementsSet
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (1)
2289
context.
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)
2303
if (context.
AllElementsSet
[index])
2312
context.
AllElementsSet
.Set(index);
2334
if (!context.
AllElementsSet
[(int)entry.Value] && (!isRequiredOnly || _isRequired[(int)entry.Value]))
2351
if (!context.
AllElementsSet
[(int)entry.Value] && (!isRequiredOnly || _isRequired[(int)entry.Value]))