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)
712Debug.Assert(_currentEntry.InitFunc != null); 714_currentEntry.InitFunc(this, null); 732if (_currentEntry.Attributes != null) 734for (int i = 0; i < _currentEntry.Attributes.Length; i++) 736XsdAttributeEntry a = _currentEntry.Attributes[i]; 779return _currentEntry.ParseContent; 811if (_currentEntry.EndChildFunc != null) 813(this._currentEntry.EndChildFunc)(this); 823_stateHistory[_stateHistory.Length - 1] = _currentEntry; 824_containerStack.Push(GetContainer(_currentEntry.CurrentState)); 826if (_currentEntry.Name != SchemaNames.Token.XsdAnnotation) 835SetContainer(_currentEntry.CurrentState, _containerStack.Pop()); 841get { return _currentEntry.Name; } 2437if (_currentEntry.NextStates != null) 2439for (int i = 0; i < _currentEntry.NextStates.Length; ++i) 2441int state = (int)_currentEntry.NextStates[i];