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