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)
705Debug.Assert(_currentEntry.InitFunc != null); 707_currentEntry.InitFunc(this, null); 727if (_currentEntry.Attributes != null) 729for (int i = 0; i < _currentEntry.Attributes.Length; i++) 731XsdAttributeEntry a = _currentEntry.Attributes[i]; 771return _currentEntry.ParseContent; 803if (_currentEntry.EndChildFunc != null) 805(this._currentEntry.EndChildFunc)(this); 815_stateHistory[_stateHistory.Length - 1] = _currentEntry; 816_containerStack.Push(GetContainer(_currentEntry.CurrentState)); 818if (_currentEntry.Name != SchemaNames.Token.XsdAnnotation) 827SetContainer(_currentEntry.CurrentState, _containerStack.Pop()); 833get { return _currentEntry.Name; } 2432if (_currentEntry.NextStates != null) 2434for (int i = 0; i < _currentEntry.NextStates.Length; ++i) 2436int state = (int)_currentEntry.NextStates[i];