3 writes to _CurState
System.Xml (3)
System\Xml\Schema\XdrBuilder.cs (3)
405
_CurState
= S_SchemaEntries[0];
560
_CurState
= _NextState;
564
_CurState
= (XdrEntry)_StateHistory.Pop();
15 references to _CurState
System.Xml (15)
System\Xml\Schema\XdrBuilder.cs (15)
414
if (
_CurState
._InitFunc != null) {
415
(this.
_CurState
._InitFunc)(this, qname);
433
for (int i = 0; i <
_CurState
._Attributes.Length; i++) {
434
XdrAttributeEntry a =
_CurState
._Attributes[i];
532
if (
_CurState
._AllowText) {
541
if (
_CurState
._BeginChildFunc != null) {
542
(this.
_CurState
._BeginChildFunc)(this);
547
if (
_CurState
._EndChildFunc != null) {
548
(this.
_CurState
._EndChildFunc)(this);
559
_StateHistory[_StateHistory.Length - 1] =
_CurState
;
1317
if (
_CurState
._NextStates != null) {
1318
for (int i = 0; i <
_CurState
._NextStates.Length; i ++) {
1319
if (_SchemaNames.TokenToQName[(int)S_SchemaEntries[
_CurState
._NextStates[i]]._Name].Equals(qname)) {
1320
_NextState = S_SchemaEntries[
_CurState
._NextStates[i]];
1353
_CurState
._Name == SchemaNames.Token.XdrDatatype &&