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