1 write to TypeName
mscorlib (1)
system\runtime\remoting\remotingconfigparser.cs (1)
208
TypeName
= typeName;
2 references to TypeName
mscorlib (2)
system\runtime\remoting\configuration.cs (2)
991
if (entry.
TypeName
!= null)
993
Type type = assembly.GetType(entry.
TypeName
);