1 type derived from TestOutputDirectoryAttribute
Microsoft.AspNetCore.InternalTesting (1)
TestFrameworkFileLoggerAttribute.cs (1)
9public class TestFrameworkFileLoggerAttribute : TestOutputDirectoryAttribute
9 references to TestOutputDirectoryAttribute
Microsoft.AspNetCore.InternalTesting (6)
TestFileOutputContext.cs (6)
78var attribute = assembly.GetCustomAttributes().OfType<TestOutputDirectoryAttribute>().FirstOrDefault(); 84var attribute = assembly.GetCustomAttributes().OfType<TestOutputDirectoryAttribute>().FirstOrDefault(); 96var attribute = assembly.GetCustomAttributes().OfType<TestOutputDirectoryAttribute>().FirstOrDefault();
Microsoft.AspNetCore.InternalTesting.Tests (3)
TestableAssembly.cs (3)
42private static readonly TestOutputDirectoryAttribute ThisOutputDirectoryAttribute = 43ThisAssembly.GetCustomAttributes().OfType<TestOutputDirectoryAttribute>().FirstOrDefault(); 61var outputConstructor = typeof(TestOutputDirectoryAttribute).GetConstructor(