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