4 references to ProcessContentsCorrect
System.Xml (4)
System\Xml\Schema\SchemaInfo.cs (2)
206
else if (any.
ProcessContentsCorrect
!= XmlSchemaContentProcessing.Skip) {
215
else if (any.
ProcessContentsCorrect
== XmlSchemaContentProcessing.Lax) {
System\Xml\Schema\SchemaSetCompiler.cs (2)
1923
if ((int)derivedAttributeWildcard.
ProcessContentsCorrect
>= (int)baseAttributeWildcard.
ProcessContentsCorrect
) {