1 write to _checkMatchingDirectory
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
Utility\TrxFileHelper.cs (1)
370
_checkMatchingDirectory
= checkMatchingDirectory;
1 reference to _checkMatchingDirectory
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
Utility\TrxFileHelper.cs (1)
397
return !
_checkMatchingDirectory
|| !Path.HasExtension(path) || !Directory.Exists(Path.ChangeExtension(path, string.Empty));