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