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