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