3 writes to _currentEntry
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (3)
702
_currentEntry
= s_schemaEntries[0];
825
_currentEntry
= _nextEntry;
834
_currentEntry
= (XsdEntry)_stateHistory.Pop();
16 references to _currentEntry
dotnet-svcutil-lib (16)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (16)
712
Debug.Assert(
_currentEntry
.InitFunc != null);
714
_currentEntry
.InitFunc(this, null);
732
if (
_currentEntry
.Attributes != null)
734
for (int i = 0; i <
_currentEntry
.Attributes.Length; i++)
736
XsdAttributeEntry a =
_currentEntry
.Attributes[i];
779
return
_currentEntry
.ParseContent;
811
if (
_currentEntry
.EndChildFunc != null)
813
(this.
_currentEntry
.EndChildFunc)(this);
823
_stateHistory[_stateHistory.Length - 1] =
_currentEntry
;
824
_containerStack.Push(GetContainer(
_currentEntry
.CurrentState));
826
if (
_currentEntry
.Name != SchemaNames.Token.XsdAnnotation)
835
SetContainer(
_currentEntry
.CurrentState, _containerStack.Pop());
841
get { return
_currentEntry
.Name; }
2437
if (
_currentEntry
.NextStates != null)
2439
for (int i = 0; i <
_currentEntry
.NextStates.Length; ++i)
2441
int state = (int)
_currentEntry
.NextStates[i];