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)
247
if (
_IDs
!= null)
249
_IDs
.Clear();
1927
if (
_IDs
== null)
1931
_IDs
.Add(name, _context.LocalName);
2038
return
_IDs
== null ? null :
_IDs
[name];