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