1 write to _IDs
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (1)
1929_IDs = new Hashtable();
6 references to _IDs
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (6)
247if (_IDs != null) 249_IDs.Clear(); 1927if (_IDs == null) 1931_IDs.Add(name, _context.LocalName); 2038return _IDs == null ? null : _IDs[name];