History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RSRP-28605
Type: Task Task
Status: Open Open
Priority: Normal Normal
Assignee: Sergey Coox
Reporter: Peter Mounce
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
ReSharper

Find Usages doesn't appear to notice usages inside of aspx files

Created: 11 Sep 06 19:12   Updated: 20 Jun 07 10:58
Component/s: Language - ASP.NET
Fix Version/s: 4.0
Security Level: Everybody (All jira users)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 259


 Description  « Hide
I have a class that overrides DataSourceControl, providing a method called GetUVLList() that returns a DataView.

I have an ObjectDataSource on a page that is wired to use this method as its SelectMethod, and the class via the ODS' TypeName property.

However, if I right-click | find-usages on GetUVLList() in the C# class, it doesn't notice the usage in the ODS defined declaratively in the aspx file.



 All   Comments   Work Log   Change History      Sort Order:
Sergey Coox - 14 Sep 06 12:11
Unfortunately, this class and method are bound by their name only. We do not support the association still, but we plan to implement it in the future.