3 writes to currentEntry
System.Xml (3)
System\Xml\Schema\XsdBuilder.cs (3)
690
this.
currentEntry
= SchemaEntries[0];
788
this.
currentEntry
= this.nextEntry;
795
this.
currentEntry
= (XsdEntry)this.stateHistory.Pop();
16 references to currentEntry
System.Xml (16)
System\Xml\Schema\XsdBuilder.cs (16)
698
Debug.Assert(this.
currentEntry
.InitFunc != null);
700
this.
currentEntry
.InitFunc(this, null);
715
if (this.
currentEntry
.Attributes != null) {
716
for (int i = 0; i < this.
currentEntry
.Attributes.Length; i++) {
717
XsdAttributeEntry a = this.
currentEntry
.Attributes[i];
751
return this.
currentEntry
.ParseContent;
776
if (this.
currentEntry
.EndChildFunc != null) {
777
(this.
currentEntry
.EndChildFunc)(this);
786
this.stateHistory[this.stateHistory.Length - 1] = this.
currentEntry
;
787
containerStack.Push(GetContainer(this.
currentEntry
.CurrentState));
789
if (this.
currentEntry
.Name != SchemaNames.Token.XsdAnnotation) {
796
SetContainer(this.
currentEntry
.CurrentState, containerStack.Pop());
801
get { return this.
currentEntry
.Name;}
2222
if (this.
currentEntry
.NextStates != null) {
2223
for (int i = 0; i < this.
currentEntry
.NextStates.Length; ++i) {
2224
int state = (int)this.
currentEntry
.NextStates[i];