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