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)
68if (_method == null) 72return _method;