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