2 types derived from ManagedCompiler
Microsoft.Build.Tasks.CodeAnalysis (2)
Csc.cs (1)
25
public class Csc :
ManagedCompiler
Vbc.cs (1)
27
public class Vbc :
ManagedCompiler
3 references to ManagedCompiler
Microsoft.Build.Tasks.CodeAnalysis (1)
InteractiveCompiler.cs (1)
206
ManagedCompiler
.AddFeatures(commandLine, Features);
Microsoft.Build.Tasks.CodeAnalysis.UnitTests (2)
IntegrationTests.cs (1)
41
_buildTaskDll = typeof(
ManagedCompiler
).Assembly.Location;
MiscTests.cs (1)
27
var assembly = typeof(
ManagedCompiler
).Assembly;