Closed puff closed 1 year ago
Currently, EazyDevirt will fail to discover virtualized methods that set parameters using the out keyword. It's possible the local variable location may need to be resolved from the parameter array as well.
Looks to be resolved. Works on ref and out parameters.
ref
out
Currently, EazyDevirt will fail to discover virtualized methods that set parameters using the out keyword. It's possible the local variable location may need to be resolved from the parameter array as well.