2 writes to _KSpointer
System.Private.Xml (2)
System\Xml\Schema\ConstraintStruct.cs (2)
139
return (
_KSpointer
++);
144
return ((KSStruct)_KSs[--
_KSpointer
]!).ks;
5 references to _KSpointer
System.Private.Xml (5)
System\Xml\Schema\ConstraintStruct.cs (5)
87
get { return (
_KSpointer
== 0) ? -1 : ((KSStruct)_KSs[
_KSpointer
- 1]!).depth; }
99
if (
_KSpointer
> 0 && this.CurrentDepth == lastDepth)
115
if (
_KSpointer
< _KSs.Count)
118
kss = (KSStruct)_KSs[
_KSpointer
]!;