1 write to _assembly
Microsoft.VisualStudio.Extensibility.Testing.Xunit (1)
src\VisualStudio\IntegrationTest\Harness\XUnitShared\Harness\IdeTestAssemblyRunner.cs (1)
513
_assembly
= new IpcAssemblyInfo(_testAssembly.Assembly);
1 reference to _assembly
Microsoft.VisualStudio.Extensibility.Testing.Xunit (1)
src\VisualStudio\IntegrationTest\Harness\XUnitShared\Harness\IdeTestAssemblyRunner.cs (1)
516
public IAssemblyInfo Assembly =>
_assembly
;