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