2 references to ht
mscorlib (2)
system\runtime\serialization\formatters\binary\binaryutilclasses.cs (2)
567
return
ht
.TryGetValue(name, out value) ? value : null;
572
ht
[name] = value;