2 writes to xso
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaObjectTable.cs (2)
164xso = value; 179xso = null;
4 references to xso
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaObjectTable.cs (4)
88if ((object)_entries[index].xso == (object)xso) 171return xso; 282array.SetValue(_entries[i].xso, arrayIndex++); 350currentValue = _entries[currentIndex].xso;