2 references to IdeSettingsAttribute
Microsoft.VisualStudio.Extensibility.Testing.Xunit (2)
src\VisualStudio\IntegrationTest\Harness\XUnitShared\Threading\IdeFactDiscoverer.cs (2)
90
foreach (var attributeData in testMethod.Method.GetCustomAttributes(typeof(
IdeSettingsAttribute
)))
95
foreach (var attributeData in testMethod.TestClass.Class.GetCustomAttributes(typeof(
IdeSettingsAttribute
)))