2 instantiations of TestEvaluationData
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (2)
ProjectSystemShim\CSharpHelpers.cs (2)
84
var data = new
TestEvaluationData
(projectFilePath, binOutputPath, assemblyName: "", binOutputPath, checksumAlgorithm: "SHA256");
104
var data = new
TestEvaluationData
(projectFilePath, targetPath, assemblyName: "", targetPath, checksumAlgorithm: "SHA256");
2 references to TestEvaluationData
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (2)
ProjectSystemShim\CSharpHelpers.cs (2)
84
var
data = new TestEvaluationData(projectFilePath, binOutputPath, assemblyName: "", binOutputPath, checksumAlgorithm: "SHA256");
104
var
data = new TestEvaluationData(projectFilePath, targetPath, assemblyName: "", targetPath, checksumAlgorithm: "SHA256");