1 write to xso
System.Private.Xml (1)
System\Xml\Schema\XmlSchemaObjectTable.cs (1)
153
xso
= value;
3 references to xso
System.Private.Xml (3)
System\Xml\Schema\XmlSchemaObjectTable.cs (3)
82
if ((object)_entries[index].
xso
== (object)xso)
252
array.SetValue(_entries[i].
xso
, arrayIndex++);
320
currentValue = _entries[currentIndex].
xso
;