1 write to _IDs
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\xdrvalidator.cs (1)
643
_IDs
= new Hashtable();
4 references to _IDs
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\xdrvalidator.cs (4)
641
if (
_IDs
== null)
646
_IDs
.Add(name, node);
651
return
_IDs
== null ? null :
_IDs
[name];