dotnet / msbuild

The Microsoft Build Engine (MSBuild) is the build platform for .NET and Visual Studio.

Home Page:https://docs.microsoft.com/visualstudio/msbuild/msbuild

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor Expander.TryExecuteWellKnownFunction

YuliiaKovalova opened this issue · comments

Refactor candidate

I have stumbled upon the piece of code and suggest to rethink it:

private bool TryExecuteWellKnownFunction(out object returnVal, object objectInstance, object[] args)

It contains code duplications and it's current size poorly manageable.