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