1 type derived from TypeEntry
mscorlib (1)
system\runtime\remoting\remotingconfigparser.cs (1)
242internal class ServerWellKnownEntry : TypeEntry
2 instantiations of TypeEntry
mscorlib (2)
system\runtime\remoting\remotingconfigparser.cs (2)
235TypeEntry te = new TypeEntry(typeName, assemName, contextAttributes); 361TypeEntry te = new TypeEntry(typeName, assemName, contextAttributes);
4 references to TypeEntry
mscorlib (4)
system\runtime\remoting\configuration.cs (2)
950foreach (RemotingXmlConfigFileData.TypeEntry entry in configData.ServerActivatedEntries) 1018foreach (RemotingXmlConfigFileData.TypeEntry cae in remApp.ActivatedObjects)
system\runtime\remoting\remotingconfigparser.cs (2)
235TypeEntry te = new TypeEntry(typeName, assemName, contextAttributes); 361TypeEntry te = new TypeEntry(typeName, assemName, contextAttributes);