1 write to _isCompiled
System.Private.Xml (1)
System\Xml\Serialization\XmlSchemas.cs (1)
668
_isCompiled
= _schemaSet.IsCompiled && schemaCount == _schemaSet.Count;
3 references to _isCompiled
System.Private.Xml (3)
System\Xml\Serialization\XmlSchemas.cs (3)
173
if (
_isCompiled
) throw new InvalidOperationException(SR.XmlSchemaCompiled);
620
get { return
_isCompiled
; }
627
if (
_isCompiled
)