Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 VAX 1534: Find reference mixes enum and class

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
Uniwares Posted - Sep 12 2006 : 10:02:17 AM
VS2005, C#

Having an enum value defined with the same name as a class, Find References will show all references to the class, instead of the enum when using on the enum. So there is no way to see the references to the enum.

Happens with the same class defined in a lower namespace too.
e.g.:
namespace XYZ
{
  public enum MyType { ThisTypeIsNotAClass }
  public class ThisTypeIsNotAClass
  {
  }
}

or

namespace XYZ
{
  public enum MyType { ThisTypeIsNotAClass }
}
namespace XYZ.aaa
{
  public class ThisTypeIsNotAClass
  {
  }
}
2   L A T E S T    R E P L I E S    (Newest First)
support Posted - Jul 07 2007 : 12:37:59 AM
case=2188 is fixed in Build 1559
rhummer Posted - Sep 12 2006 : 11:41:10 PM
already been reported ;)
case=2188

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000