3 references to Execute
System.Private.Xml (3)
System\Xml\Schema\XmlSchemaSet.cs (1)
1067
bool hasErrors = prep.
Execute
(schema, targetNamespace, true);
System\Xml\Serialization\XmlSchemas.cs (2)
288
prep.
Execute
(schema, schema.TargetNamespace, false);
679
prep.
Execute
(schema, schema.TargetNamespace, true);