3 instantiations of ActivatedServiceTypeEntry
mscorlib (3)
system\runtime\remoting\configuration.cs (2)
953new ActivatedServiceTypeEntry(entry.TypeName, entry.AssemblyName); 1304new ActivatedServiceTypeEntry(typeName, assemblyName);
system\runtime\remoting\remotingconfiguration.cs (1)
126ActivatedServiceTypeEntry entry = new ActivatedServiceTypeEntry(type);
13 references to ActivatedServiceTypeEntry
mscorlib (11)
system\runtime\remoting\configuration.cs (8)
826internal static void RegisterActivatedServiceType(ActivatedServiceTypeEntry entry) 874internal static ActivatedServiceTypeEntry[] GetRegisteredActivatedServiceTypes() 952ActivatedServiceTypeEntry aste = 1160internal ActivatedServiceTypeEntry[] GetRegisteredActivatedServiceTypes() 1162ActivatedServiceTypeEntry[] entries = 1163new ActivatedServiceTypeEntry[_exportableClasses.Count]; 1168entries[co++] = (ActivatedServiceTypeEntry)dictEntry.Value; 1303ActivatedServiceTypeEntry aste =
system\runtime\remoting\remotingconfiguration.cs (3)
126ActivatedServiceTypeEntry entry = new ActivatedServiceTypeEntry(type); 133public static void RegisterActivatedServiceType(ActivatedServiceTypeEntry entry) 214public static ActivatedServiceTypeEntry[] GetRegisteredActivatedServiceTypes()
System.Runtime.Remoting (2)
metadata\sdlchannelsink.cs (2)
257ActivatedServiceTypeEntry[] activatedTypes = 278foreach (ActivatedServiceTypeEntry entry in activatedTypes)