IReference.CurrentResolveResult is missing

9 views
Skip to first unread message

Dmitry Dolotovskikh

unread,
Jan 30, 2017, 2:53:47 PM1/30/17
to resharper-plugins
Hi

After update SDK to 2016.3 the IReference.CurrentResolveResult property has lost.
Could you please specify it's replacement. Here is piece of code:


Thanks.

Auto Generated Inline Image 1

Matt Ellis

unread,
Feb 1, 2017, 5:56:34 AM2/1/17
to resharper-plugins
CurrentResolveResult was only ever intended to be used by the resolve infrastructure, rather than interrogated by client code. You can simply call Resolve() instead. This also does caching, so it's not a problem (in fact it's better, because there was a chance that CurrentResolveResult could return null instead of recalculating)

Regards
Matt
Reply all
Reply to author
Forward
0 new messages