How to get the address of the object in a Microsoft.VisualStudio.Debugger.IDebugProperty2
?
Prepending &
(&expression
) isn't solution because I'll lose children of a property, but it is what I want.
I'm getting property2 via IDebugExpression2::EvaluateSync
with variable name as an expression.