5 references to IsCompiled
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\HelpExampleGenerator.cs (2)
137if (!schemaSet.IsCompiled) 157if (!schemaSet.IsCompiled)
System.Xml (3)
System\Xml\Schema\XmlSchemaSet.cs (1)
376if (schemas.IsCompiled) {
System\Xml\Schema\XmlSchemaValidator.cs (1)
1575if (!schemaSet.IsCompiled) {
System\Xml\Serialization\XmlSchemas.cs (1)
642isCompiled = schemaSet.IsCompiled && schemaCount == schemaSet.Count;