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