3 references to ShortClassNameAttribute
Microsoft.AspNetCore.InternalTesting (3)
TestFileOutputContext.cs (3)
102var shortNameAttribute = 103type.GetCustomAttribute<ShortClassNameAttribute>() ?? 104type.Assembly.GetCustomAttribute<ShortClassNameAttribute>();