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