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