1 write to isCompiled
System.Xml (1)
System\Xml\Serialization\XmlSchemas.cs (1)
642isCompiled = schemaSet.IsCompiled && schemaCount == schemaSet.Count;
3 references to isCompiled
System.Xml (3)
System\Xml\Serialization\XmlSchemas.cs (3)
241if (isCompiled) throw new InvalidOperationException(Res.GetString(Res.XmlSchemaCompiled)); 601get { return isCompiled; } 606if (isCompiled)