Implemented interface member:
property
TargetPath
Microsoft.Build.Tasks.IAspNetCompilerTaskContract.TargetPath
5 references to TargetPath
Microsoft.Build.Tasks.Core (5)
AspNetCompiler.cs (5)
137
get => (string)Bag[nameof(
TargetPath
)];
138
set => Bag[nameof(
TargetPath
)] = value;
280
commandLine.AppendSwitchIfNotNull("",
TargetPath
);
331
if (Updateable &&
TargetPath
== null)
337
if (Force &&
TargetPath
== null)