Implemented interface member:
property
TargetPath
Microsoft.Build.Tasks.IAspNetCompilerTaskContract.TargetPath
8 writes to TargetPath
Microsoft.Build.Tasks.UnitTests (8)
AspNetCompiler_Tests.cs (8)
78
t.
TargetPath
= @"c:\MyTarget";
117
t.
TargetPath
= @"c:\MyTarget";
147
t.
TargetPath
= @"c:\MyTarget";
162
t.
TargetPath
= @"c:\MyTarget";
176
t.
TargetPath
= @"c:\MyTarget";
192
t.
TargetPath
= @"c:\MyTarget";
206
t.
TargetPath
= @"c:\MyTarget";
235
t.
TargetPath
= @"c:\MyTarget";
5 references to TargetPath
Microsoft.Build.Tasks.Core (5)
AspNetCompiler.cs (5)
135
get => (string)Bag[nameof(
TargetPath
)];
136
set => Bag[nameof(
TargetPath
)] = value;
278
commandLine.AppendSwitchIfNotNull("",
TargetPath
);
330
if (Updateable &&
TargetPath
== null)
336
if (Force &&
TargetPath
== null)