Implemented interface member:
property
VirtualPath
Microsoft.Build.Tasks.IAspNetCompilerTaskContract.VirtualPath
6 references to VirtualPath
Microsoft.Build.Tasks.Core (6)
AspNetCompiler.cs (6)
149
get => (string)Bag[nameof(
VirtualPath
)];
150
set => Bag[nameof(
VirtualPath
)] = value;
203
return
VirtualPath
?? MetabasePath;
252
commandLine.AppendSwitchIfNotNull("-v ",
VirtualPath
);
319
if (MetabasePath != null && (
VirtualPath
!= null || PhysicalPath != null))
325
if (MetabasePath == null &&
VirtualPath
== null)