1 write to methodName
mscorlib (1)
system\delegateserializationholder.cs (1)
99this.methodName = methodName;
4 references to methodName
mscorlib (4)
system\delegateserializationholder.cs (4)
206if (de.methodName == null || de.methodName.Length == 0) 235d = Delegate.CreateDelegate(type, RemotingServices.CheckCast(de.target, targetType), de.methodName); 244d = Delegate.CreateDelegate(type, targetType, de.methodName);