2 writes to _methodName
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\System\CodeDelegateCreateExpression.cs (2)
47
_methodName
= methodName;
101
_methodName
= value;
2 references to _methodName
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\System\CodeDelegateCreateExpression.cs (2)
97
return (
_methodName
== null) ? string.Empty :
_methodName
;