6 writes to IsPreprocessed
System.Private.Xml (6)
System\Xml\Schema\Preprocessor.cs (3)
165listSchema.IsPreprocessed = !HasErrors; 169_rootSchema.IsPreprocessed = !HasErrors; //For chameleon at top-level 467tempSchema.IsPreprocessed = true;
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
70schema.IsPreprocessed = true; 76include.Schema.IsPreprocessed = true;
System\Xml\Serialization\XmlSchemas.cs (1)
433destination.IsPreprocessed = false;
2 references to IsPreprocessed
System.Private.Xml (2)
System\Xml\Schema\XmlSchemaSet.cs (1)
517if (!currentSchema.IsPreprocessed)
System\Xml\Serialization\XmlSchemas.cs (1)
283if (!schema.IsPreprocessed)