Implemented interface member:
property
PhysicalPath
Microsoft.Build.Tasks.IAspNetCompilerTaskContract.PhysicalPath
8 writes to PhysicalPath
Microsoft.Build.Tasks.UnitTests (8)
AspNetCompiler_Tests.cs (8)
66t.PhysicalPath = @"c:\MyApp"; 104t.PhysicalPath = @"c:\MyApp"; 132t.PhysicalPath = @"c:\MyApp"; 161t.PhysicalPath = @"c:\MyApp"; 175t.PhysicalPath = @"c:\MyApp"; 191t.PhysicalPath = @"c:\MyApp"; 220t.PhysicalPath = @"c:\MyApp"; 234t.PhysicalPath = @"c:\MyApp";
6 references to PhysicalPath
Microsoft.Build.Tasks.Core (6)
AspNetCompiler.cs (6)
125get => (string)Bag[nameof(PhysicalPath)]; 126set => Bag[nameof(PhysicalPath)] = value; 197if (PhysicalPath != null) 199return PhysicalPath; 251commandLine.AppendSwitchIfNotNull("-p ", PhysicalPath); 318if (MetabasePath != null && (VirtualPath != null || PhysicalPath != null))