2 writes to machineNameHT
mscorlib (2)
system\security\cryptography\cryptoconfig.cs (2)
505
machineNameHT
= InitializeNameMappings(node);
519
machineNameHT
= new Dictionary<string, string>();
7 references to machineNameHT
mscorlib (7)
system\security\cryptography\cryptoconfig.cs (7)
487
if (
machineNameHT
== null)
491
if(
machineNameHT
== null)
498
if (
machineNameHT
!= null && machineOidHT != null)
502
else if (
machineNameHT
== null &&
518
if (
machineNameHT
== null)
589
BCLDebug.Assert(
machineNameHT
!= null, "machineNameHT != null");
590
String retvalTypeString =
machineNameHT
.GetValueOrDefault(name);