3 writes to target
mscorlib (3)
system\delegateserializationholder.cs (3)
60de.target = targetName; 96this.target = target; 151deiter.target = info.GetValue(stringTarget, typeof(Object));
7 references to target
mscorlib (7)
system\delegateserializationholder.cs (7)
59info.AddValue(targetName, de.target); 147if (deiter.target != null) 149string stringTarget = deiter.target as string; //need test to pass older wire format 223Object target = de.target != null ? RemotingServices.CheckCast(de.target, targetType) : null; 233if (de.target != null) 235d = Delegate.CreateDelegate(type, RemotingServices.CheckCast(de.target, targetType), de.methodName);