2 types derived from ManagedCompiler
Microsoft.Build.Tasks.CodeAnalysis (2)
src\Compilers\Core\MSBuildTask\Csc.cs (1)
27
public class Csc :
ManagedCompiler
src\Compilers\Core\MSBuildTask\Vbc.cs (1)
28
public class Vbc :
ManagedCompiler
7 references to ManagedCompiler
Microsoft.Build.Tasks.CodeAnalysis (3)
src\Compilers\Core\MSBuildTask\Csc.cs (1)
211
var rspFile = Path.Combine(Path.GetDirectoryName(typeof(
ManagedCompiler
).Assembly.Location)!, "csc.rsp");
src\Compilers\Core\MSBuildTask\InteractiveCompiler.cs (1)
204
ManagedCompiler
.AddFeatures(commandLine, Features);
src\Compilers\Core\MSBuildTask\Vbc.cs (1)
395
var rspFile = Path.Combine(Path.GetDirectoryName(typeof(
ManagedCompiler
).Assembly.Location)!, "vbc.rsp");
Microsoft.Build.Tasks.CodeAnalysis.UnitTests (4)
MiscTests.cs (1)
22
var assembly = typeof(
ManagedCompiler
).Assembly;
MSBuildManagedToolTests.cs (1)
16
var taskPath = Path.GetDirectoryName(typeof(
ManagedCompiler
).Assembly.Location)!;
TestUtilities\IntegrationTestBase.cs (1)
42
_buildTaskDll = typeof(
ManagedCompiler
).Assembly.Location;
TestUtilities\TaskTestUtil.cs (1)
34
if (task is
ManagedCompiler
compilerTask)