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 (2)
InteractiveCompiler.cs (1)
244ManagedCompiler.AddFeatures(commandLine, Features);
ManagedToolTask.cs (1)
82/// <see cref="ManagedCompiler.HasToolBeenOverridden"/>.
Microsoft.Build.Tasks.CodeAnalysis.UnitTests (1)
MiscTests.cs (1)
27var assembly = typeof(ManagedCompiler).Assembly;