2 writes to methodName
System (2)
compmod\system\codedom\CodeDelegateCreateExpression.cs (2)
48this.methodName = methodName; 92methodName = value;
2 references to methodName
System (2)
compmod\system\codedom\CodeDelegateCreateExpression.cs (2)
89return (methodName == null) ? string.Empty : methodName;