4 writes to IsOpen
System.Xml (4)
System\Xml\Schema\XdrBuilder.cs (4)
654builder._contentValidator.IsOpen = true; 690builder._contentValidator.IsOpen = builder.GetModel((XmlQualifiedName)obj); 784builder._contentValidator.IsOpen = tempOpen; 801builder._contentValidator.IsOpen = tempOpen;
11 references to IsOpen
System.Xml (11)
System\Xml\Schema\ContentValidator.cs (7)
1129string ctype = IsOpen ? "Any" : "TextOnly"; 1131return IsOpen ? ContentValidator.Any : ContentValidator.TextOnly; 1135Debug.Assert(!IsOpen); 1206return new DfaContentValidator(transitionTable, symbols,this.ContentType, this.IsOpen, contentRoot.LeftChild.IsNullable); 1208return new NfaContentValidator(firstpos, followpos, symbols, positions, endMarker.Pos, this.ContentType, this.IsOpen, contentRoot.LeftChild.IsNullable); 1451if (IsOpen && context.HasMatched) { 1564if (IsOpen && curpos[endMarkerPos]) {
System\Xml\Schema\SchemaInfo.cs (1)
180if (!ed.ContentValidator.IsOpen || qname.Namespace.Length == 0) {
System\Xml\Schema\XdrBuilder.cs (2)
770bool tempOpen = builder._contentValidator.IsOpen; 860if (builder._contentValidator.IsOpen) {
System\Xml\Schema\XmlSchemaValidator.cs (1)
2138else if (!contentValidator.IsOpen) {