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