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