1 write to targetTypeName
mscorlib (1)
system\delegateserializationholder.cs (1)
98
this.
targetTypeName
= targetTypeName;
3 references to targetTypeName
mscorlib (3)
system\delegateserializationholder.cs (3)
212
if (de.
targetTypeName
== null || de.
targetTypeName
.Length == 0)
217
RuntimeType targetType = (RuntimeType)Assembly.GetType_Compat(de.targetTypeAssembly, de.
targetTypeName
);