4 references to Instances
Microsoft.VisualStudio.Extensibility.Testing.Xunit (4)
src\VisualStudio\IntegrationTest\Harness\XUnitShared\Threading\IdeFactDiscoverer.cs (4)
57var testAssembly = new TestAssembly(new ReflectionAssemblyInfo(typeof(Instances).Assembly)); 58var testCollection = new TestCollection(testAssembly, collectionDefinition: null, nameof(Instances)); 59var testClass = new TestClass(testCollection, new ReflectionTypeInfo(typeof(Instances))); 60var testMethod = testClass.Class.GetMethods(false).Single(method => method.Name == nameof(Instances.VisualStudio));