1 write to _wellKnownExportInfo
mscorlib (1)
system\runtime\remoting\configuration.cs (1)
932_wellKnownExportInfo = Hashtable.Synchronized(new Hashtable());
7 references to _wellKnownExportInfo
mscorlib (7)
system\runtime\remoting\configuration.cs (7)
1178new WellKnownServiceTypeEntry[_wellKnownExportInfo.Count]; 1181foreach (DictionaryEntry dictEntry in _wellKnownExportInfo) 1324foreach (DictionaryEntry entry in _wellKnownExportInfo) 1483_wellKnownExportInfo[key] = entry; 1489_wellKnownExportInfo.Add(key, entry); 1504(WellKnownServiceTypeEntry)_wellKnownExportInfo[uriLower]; 1523(WellKnownServiceTypeEntry)_wellKnownExportInfo[uriLower];