4 writes to method
System (4)
compmod\system\codedom\CodeMethodInvokeExpression.cs (4)
47this.method = method; 55this.method = new CodeMethodReferenceExpression(targetObject, methodName); 67method = new CodeMethodReferenceExpression(); 72method = value;
2 references to method
System (2)
compmod\system\codedom\CodeMethodInvokeExpression.cs (2)
66if (method == null) { 69return method;