1 write to ProjectDir
Microsoft.Build.Tasks.CodeAnalysis.UnitTests (1)
SdkIntegrationTests.cs (1)
33
ProjectDir
= Temp.CreateDirectory();
6 references to ProjectDir
Microsoft.Build.Tasks.CodeAnalysis.UnitTests (6)
SdkIntegrationTests.cs (6)
103
var projectFile =
ProjectDir
.CreateFile("console.csproj");
116
ProjectDir
.CreateFile("hello.cs").WriteAllText("""
134
var projectFile =
ProjectDir
.CreateFile("console.csproj");
145
ProjectDir
.CreateFile("hello.cs").WriteAllText("""
172
var projectFile =
ProjectDir
.CreateFile("console.vbproj");
183
ProjectDir
.CreateFile("hello.vb").WriteAllText("""