1 write to _KSs
System.Private.Xml (1)
System\Xml\Schema\ConstraintStruct.cs (1)
92
_KSs
= new ArrayList();
5 references to _KSs
System.Private.Xml (5)
System\Xml\Schema\ConstraintStruct.cs (5)
87
get { return (_KSpointer == 0) ? -1 : ((KSStruct)
_KSs
[_KSpointer - 1]!).depth; }
115
if (_KSpointer <
_KSs
.Count)
118
kss = (KSStruct)
_KSs
[_KSpointer]!;
134
_KSs
.Add(kss);
144
return ((KSStruct)
_KSs
[--_KSpointer]!).ks;