4 writes to IsOpen
System.Private.Xml (4)
System\Xml\Schema\XdrBuilder.cs (4)
710builder._contentValidator.IsOpen = true; 752builder._contentValidator!.IsOpen = builder.GetModel((XmlQualifiedName)obj); 864builder._contentValidator.IsOpen = tempOpen; 883builder._contentValidator.IsOpen = tempOpen;
10 references to IsOpen
System.Private.Xml (10)
System\Xml\Schema\ContentValidator.cs (6)
1239return IsOpen ? ContentValidator.Any : ContentValidator.TextOnly; 1243Debug.Assert(!IsOpen); 1303return new DfaContentValidator(transitionTable, _symbols, this.ContentType, this.IsOpen, contentRoot.LeftChild.IsNullable); 1307return new NfaContentValidator(firstpos, followpos, _symbols, _positions, endMarker.Pos, this.ContentType, this.IsOpen, contentRoot.LeftChild.IsNullable); 1598if (IsOpen && context.HasMatched) 1734if (IsOpen && curpos[_endMarkerPos])
System\Xml\Schema\SchemaInfo.cs (1)
161if (!ed.ContentValidator!.IsOpen || qname.Namespace.Length == 0)
System\Xml\Schema\XdrBuilder.cs (2)
848bool tempOpen = builder._contentValidator!.IsOpen; 954if (builder._contentValidator.IsOpen)
System\Xml\Schema\XmlSchemaValidator.cs (1)
2548else if (!contentValidator.IsOpen)