6 writes to IsPreprocessed
System.Xml (6)
System\Xml\Schema\Preprocessor.cs (3)
150listSchema.IsPreprocessed = !HasErrors; 154rootSchema.IsPreprocessed = !HasErrors; //For chameleon at top-level 411tempSchema.IsPreprocessed = true;
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
65schema.IsPreprocessed = true; 69include.Schema.IsPreprocessed = true;
System\Xml\Serialization\XmlSchemas.cs (1)
452destination.IsPreprocessed = false;
2 references to IsPreprocessed
System.Xml (2)
System\Xml\Schema\XmlSchemaSet.cs (1)
548if (!currentSchema.IsPreprocessed)
System\Xml\Serialization\XmlSchemas.cs (1)
332if (!schema.IsPreprocessed) {