1 write to AssemblyOutputDirectory
Microsoft.AspNetCore.InternalTesting (1)
TestFileOutputContext.cs (1)
40AssemblyOutputDirectory = GetAssemblyBaseDirectory(_parent.TestClass.Assembly);
2 references to AssemblyOutputDirectory
Microsoft.AspNetCore.InternalTesting (2)
TestFileOutputContext.cs (2)
41if (!string.IsNullOrEmpty(AssemblyOutputDirectory)) 43TestClassOutputDirectory = Path.Combine(AssemblyOutputDirectory, TestClassName);