Implemented interface member:
property
PhysicalPath
Microsoft.Build.Tasks.IAspNetCompilerTaskContract.PhysicalPath
6 references to PhysicalPath
Microsoft.Build.Tasks.Core (6)
AspNetCompiler.cs (6)
127
get => (string)Bag[nameof(
PhysicalPath
)];
128
set => Bag[nameof(
PhysicalPath
)] = value;
199
if (
PhysicalPath
!= null)
201
return
PhysicalPath
;
253
commandLine.AppendSwitchIfNotNull("-p ",
PhysicalPath
);
319
if (MetabasePath != null && (VirtualPath != null ||
PhysicalPath
!= null))