1 write to _testAssembly
Microsoft.VisualStudio.Extensibility.Testing.Xunit (1)
src\VisualStudio\IntegrationTest\Harness\XUnitShared\Harness\IdeTestAssemblyRunner.cs (1)
512
_testAssembly
= testAssembly;
4 references to _testAssembly
Microsoft.VisualStudio.Extensibility.Testing.Xunit (4)
src\VisualStudio\IntegrationTest\Harness\XUnitShared\Harness\IdeTestAssemblyRunner.cs (4)
513
_assembly = new IpcAssemblyInfo(
_testAssembly
.Assembly);
518
public string ConfigFileName =>
_testAssembly
.ConfigFileName;
522
_testAssembly
.Deserialize(info);
527
_testAssembly
.Serialize(info);