4 writes to _method
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.CodeDom\System\CodeMethodInvokeExpression.cs (4)
46
_method
= method;
55
_method
= new CodeMethodReferenceExpression(targetObject, methodName);
70
_method
= new CodeMethodReferenceExpression();
76
_method
= value;
2 references to _method
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\System\CodeMethodInvokeExpression.cs (2)
68
if (
_method
== null)
72
return
_method
;