2 writes to _KSpointer
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\ConstraintStruct.cs (2)
142
return (
_KSpointer
++);
147
return ((KSStruct)_KSs[--
_KSpointer
]).ks;
6 references to _KSpointer
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\schema\ConstraintStruct.cs (6)
85
get { return
_KSpointer
== 0; }
90
get { return (
_KSpointer
== 0) ? -1 : ((KSStruct)_KSs[
_KSpointer
- 1]).depth; }
102
if (
_KSpointer
> 0 && this.CurrentDepth == lastDepth)
118
if (
_KSpointer
< _KSs.Count)
121
kss = (KSStruct)_KSs[
_KSpointer
];