I don't get an alt-enter pop-up window when defining a new attribute:
[PerformanceCounterInstanceDataAttribute]
publicstatic readonly Dictionary<string, PerformanceCounterInstanceData> instanceData = new Dictionary<string, PerformanceCounterInstanceData>();
The PerformanceCounterInstanceDataAttribute doesn't exist, so I should be given the ability to create it right there.
Update: Non-compilable code is produced in 2.0.
Description
I don't get an alt-enter pop-up window when defining a new attribute:
[PerformanceCounterInstanceDataAttribute]
publicstatic readonly Dictionary<string, PerformanceCounterInstanceData> instanceData = new Dictionary<string, PerformanceCounterInstanceData>();
The PerformanceCounterInstanceDataAttribute doesn't exist, so I should be given the ability to create it right there.
Update: Non-compilable code is produced in 2.0.