You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version Used:
d15.6\27420.01 Steps to Reproduce:
Enable navigation to decompiled sources Tools -> Options -> Text Editor -> C# -> Advanced
Create a C# class library with the code: public static int AbsoluteValue(int input) => Math.Abs(input);
Build and close this solution
Create a new VB project and add a reference to the above built .dll
Add a call to AbsoluteValue
Place the caret on the call, F12 to go to definition
Expected Behavior:
Navigation to the decompiled source is displayed in C# with full disassembly. Actual Behavior:
Navigation to the decompiled source is displayed in VB without full disassembly.
The text was updated successfully, but these errors were encountered:
Version Used:
d15.6\27420.01
Steps to Reproduce:
Enable navigation to decompiled sources Tools -> Options -> Text Editor -> C# -> Advanced
public static int AbsoluteValue(int input) => Math.Abs(input);
Expected Behavior:
Navigation to the decompiled source is displayed in C# with full disassembly.
Actual Behavior:
Navigation to the decompiled source is displayed in VB without full disassembly.
The text was updated successfully, but these errors were encountered: