3 references to IsCompiled
System.Private.Xml (3)
System\Xml\Schema\XmlSchemaSet.cs (1)
331if (schemas.IsCompiled)
System\Xml\Schema\XmlSchemaValidator.cs (1)
1860if (!_schemaSet.IsCompiled)
System\Xml\Serialization\XmlSchemas.cs (1)
663_isCompiled = _schemaSet.IsCompiled && schemaCount == _schemaSet.Count;