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