2 writes to xso
System.Xml (2)
System\Xml\Schema\XmlSchemaObjectTable.cs (2)
136
xso
= value;
148
xso
= null;
4 references to xso
System.Xml (4)
System\Xml\Schema\XmlSchemaObjectTable.cs (4)
75
if((object)entries[index].
xso
== (object)xso) {
141
return
xso
;
232
array.SetValue(entries[i].
xso
, arrayIndex++);
290
currentValue = entries[currentIndex].
xso
;