4 writes to CodeFilePath
Microsoft.TestPlatform.CommunicationUtilities (2)
Serialization\TestCaseConverter.cs (1)
86testCase.CodeFilePath = propertyData; break;
Serialization\TestCaseConverterV2.cs (1)
40testCase.CodeFilePath = codePath.GetString();
Microsoft.TestPlatform.CrossPlatEngine (1)
EventHandlers\PathConverter.cs (1)
81testCase.CodeFilePath = UpdatePath(testCase.CodeFilePath, updateDirection);
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
TestCase.cs (1)
249CodeFilePath = value as string;
8 references to CodeFilePath
Microsoft.TestPlatform.CommunicationUtilities (2)
Serialization\TestCaseConverter.cs (1)
133writer.WriteStringValue(value.CodeFilePath);
Serialization\TestCaseConverterV2.cs (1)
84writer.WriteString("CodeFilePath", value.CodeFilePath);
Microsoft.TestPlatform.CrossPlatEngine (1)
EventHandlers\PathConverter.cs (1)
81testCase.CodeFilePath = UpdatePath(testCase.CodeFilePath, updateDirection);
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
TestCase.cs (1)
228"TestCase.CodeFilePath" => CodeFilePath,
vstest.console (2)
Internal\MSBuildLogger.cs (2)
207if (!StringUtils.IsNullOrEmpty(result.TestCase.CodeFilePath)) 210file = result.TestCase.CodeFilePath;
vstest.console.arm64 (2)
src\vstest\src\vstest.console\Internal\MSBuildLogger.cs (2)
207if (!StringUtils.IsNullOrEmpty(result.TestCase.CodeFilePath)) 210file = result.TestCase.CodeFilePath;