2 types derived from ManagedCompiler
Microsoft.Build.Tasks.CodeAnalysis (2)
Csc.cs (1)
25public class Csc : ManagedCompiler
Vbc.cs (1)
27public class Vbc : ManagedCompiler
3 references to ManagedCompiler
Microsoft.Build.Tasks.CodeAnalysis (1)
InteractiveCompiler.cs (1)
206ManagedCompiler.AddFeatures(commandLine, Features);
Microsoft.Build.Tasks.CodeAnalysis.UnitTests (2)
MiscTests.cs (1)
27var assembly = typeof(ManagedCompiler).Assembly;
TestUtilities\TaskTestUtil.cs (1)
34if (task is ManagedCompiler compilerTask)