dotnet / roslyn

The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
https://docs.microsoft.com/dotnet/csharp/roslyn-sdk/
MIT License
18.91k stars 4.01k forks source link

g.i.cs elements show up under solution explorer #14931

Open jmarolf opened 7 years ago

jmarolf commented 7 years ago

Version Used: d15prerel/15.0.25831.2

Steps to Reproduce:

  1. Create a new WPF app
  2. Build the app
  3. Examine the class elements under MainWindow.xaml image

Expected Behavior: All elements either navigate the user to MainWindow.xaml or MainWindow.xaml.cs

Actual Behavior: _contentLoaded, InitializeComponent(), and IComponentConector.Connect(int, objcet) all navigate you to MainWindow.g.i.cs

Pilchie commented 7 years ago

Is this a regression from VS2015?