5 writes to CodeFilePath
Microsoft.TestPlatform.CommunicationUtilities (3)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\TestPlatformJsonContext.TestCase.g.cs (1)
189Setter = static (obj, value) => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.TestCase)obj).CodeFilePath = value!,
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)
299CodeFilePath = value as string;
9 references to CodeFilePath
Microsoft.TestPlatform.CommunicationUtilities (3)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\TestPlatformJsonContext.TestCase.g.cs (1)
188Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.TestCase)obj).CodeFilePath,
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)
278"TestCase.CodeFilePath" => CodeFilePath,
vstest.console (2)
Internal\MSBuildLogger.cs (2)
207if (!StringUtils.IsNullOrEmpty(result.TestCase.CodeFilePath)) 210file = result.TestCase.CodeFilePath;
vstest.console.arm64 (2)
parent\vstest.console\Internal\MSBuildLogger.cs (2)
207if (!StringUtils.IsNullOrEmpty(result.TestCase.CodeFilePath)) 210file = result.TestCase.CodeFilePath;