9 references to
System.Private.Xml (9)
System\Xml\Schema\ContentValidator.cs (5)
1465if (statePosSet[endMarkerPos]) 1734if (IsOpen && curpos[_endMarkerPos]) 2176if (_isRequired[index]) 2199if (!context.AllElementsSet![element.Value] && (!isRequiredOnly || _isRequired[element.Value])) 2214if (!context.AllElementsSet![element.Value] && (!isRequiredOnly || _isRequired[element.Value]))
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
1524if (map[i]) 1540if (!map[i] && !IsParticleEmptiable((XmlSchemaParticle)baseAll.Items[i]))
System\Xml\Schema\SchemaSetCompiler.cs (2)
1890if (map[i]) 1906if (!map[i] && !IsParticleEmptiable((XmlSchemaParticle)baseAll.Items[i]))