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