4 writes to IsOpen
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\XdrBuilder.cs (4)
720
builder._contentValidator.
IsOpen
= true;
761
builder._contentValidator.
IsOpen
= builder.GetModel((XmlQualifiedName)obj);
872
builder._contentValidator.
IsOpen
= tempOpen;
891
builder._contentValidator.
IsOpen
= tempOpen;
11 references to IsOpen
dotnet-svcutil-lib (11)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (7)
1323
string ctype =
IsOpen
? "Any" : "TextOnly";
1325
return
IsOpen
? ContentValidator.Any : ContentValidator.TextOnly;
1330
Debug.Assert(!
IsOpen
);
1407
return new DfaContentValidator(transitionTable, _symbols, this.ContentType, this.
IsOpen
, contentRoot.LeftChild.IsNullable);
1411
return new NfaContentValidator(firstpos, followpos, _symbols, _positions, endMarker.Pos, this.ContentType, this.
IsOpen
, contentRoot.LeftChild.IsNullable);
1698
if (
IsOpen
&& context.HasMatched)
1835
if (
IsOpen
&& curpos[_endMarkerPos])
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaInfo.cs (1)
210
if (!ed.ContentValidator.
IsOpen
|| qname.Namespace.Length == 0)
FrameworkFork\Microsoft.Xml\Xml\schema\XdrBuilder.cs (2)
856
bool tempOpen = builder._contentValidator.
IsOpen
;
962
if (builder._contentValidator.
IsOpen
)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (1)
2575
else if (!contentValidator.
IsOpen
)