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