Showing 1 of 14 total issues
Avoid deeply nested control flow statements. Open
Open
if (methodName == attribute?.RefreshMethodName)
{
mixin.OnRefresh();
}