3 writes to _currentEntry
System.Private.Xml (3)
System\Xml\Schema\XsdBuilder.cs (3)
693
_currentEntry
= s_schemaEntries[0];
817
_currentEntry
= _nextEntry!;
826
_currentEntry
= (XsdEntry)_stateHistory.Pop()!;
16 references to _currentEntry
System.Private.Xml (16)
System\Xml\Schema\XsdBuilder.cs (16)
705
Debug.Assert(
_currentEntry
.InitFunc != null);
707
_currentEntry
.InitFunc(this, null);
727
if (
_currentEntry
.Attributes != null)
729
for (int i = 0; i <
_currentEntry
.Attributes.Length; i++)
731
XsdAttributeEntry a =
_currentEntry
.Attributes[i];
771
return
_currentEntry
.ParseContent;
803
if (
_currentEntry
.EndChildFunc != null)
805
(this.
_currentEntry
.EndChildFunc)(this);
815
_stateHistory[_stateHistory.Length - 1] =
_currentEntry
;
816
_containerStack.Push(GetContainer(
_currentEntry
.CurrentState));
818
if (
_currentEntry
.Name != SchemaNames.Token.XsdAnnotation)
827
SetContainer(
_currentEntry
.CurrentState, _containerStack.Pop());
833
get { return
_currentEntry
.Name; }
2432
if (
_currentEntry
.NextStates != null)
2434
for (int i = 0; i <
_currentEntry
.NextStates.Length; ++i)
2436
int state = (int)
_currentEntry
.NextStates[i];