10 types derived from ToolTaskExtension
Microsoft.Build.Tasks.Core (9)
Al.cs (1)
23
public class AL :
ToolTaskExtension
, IALTaskContract
AspNetCompiler.cs (1)
17
public class AspNetCompiler :
ToolTaskExtension
, IAspNetCompilerTaskContract
AxTlbBaseTask.cs (1)
15
internal abstract class AxTlbBaseTask :
ToolTaskExtension
Exec.cs (1)
24
public class Exec :
ToolTaskExtension
LC.cs (1)
18
public class LC :
ToolTaskExtension
ResGen.cs (1)
34
internal class ResGen :
ToolTaskExtension
RoslynCodeTaskFactory\RoslynCodeTaskFactoryCompilers.cs (1)
19
internal abstract class RoslynCodeTaskFactoryCompilerBase :
ToolTaskExtension
SGen.cs (1)
141
public class SGen :
ToolTaskExtension
, ISGenTaskContract
WinMDExp.cs (1)
25
public class WinMDExp :
ToolTaskExtension
, IWinMDExpTaskContract
Microsoft.Build.Tasks.UnitTests (1)
ToolTaskExtension_Tests.cs (1)
124
private sealed class MyToolTaskExtension :
ToolTaskExtension
10 references to ToolTaskExtension
Microsoft.Build.Tasks.UnitTests (10)
CommandLine_Support.cs (10)
54
internal static int ValidateHasParameter(
ToolTaskExtension
t, string parameter)
66
internal static int ValidateHasParameter(
ToolTaskExtension
t, string parameter, bool useResponseFile)
111
internal static void ValidateNoParameterStartsWith(
ToolTaskExtension
t, string startsWith, bool useResponseFile)
122
internal static void ValidateNoParameterStartsWith(
ToolTaskExtension
t, string startsWith)
134
internal static void ValidateNoParameterStartsWith(
ToolTaskExtension
t, string startsWith, string except)
148
ToolTaskExtension
t,
202
internal static void ValidateContains(
ToolTaskExtension
t, string lookFor, bool useResponseFile)
235
internal static void ValidateDoesNotContain(
ToolTaskExtension
t, string lookFor, bool useResponseFile)
266
internal static void ValidateEquals(
ToolTaskExtension
t, string lookFor, bool useResponseFile)
291
internal static string GetCommandLine(
ToolTaskExtension
t, bool useResponseFile)