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