private static string DenormalizeNamespaceDelimiter()

in TeamCity.VSTest.TestLogger/TestAttachmentPathResolver.cs [61:64]


    private static string DenormalizeNamespaceDelimiter(string testName)
    {
        return testName.Replace($"{(ulong)NamespaceDelimiter:x4}", NamespaceDelimiter.ToString());
    }