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