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