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