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