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