Implemented interface member:
property
MetabasePath
Microsoft.Build.Tasks.IAspNetCompilerTaskContract.MetabasePath
8 writes to MetabasePath
Microsoft.Build.Tasks.UnitTests (8)
AspNetCompiler_Tests.cs (8)
37t.MetabasePath = @"/LM/W3SVC/1/Root/MyApp"; 90t.MetabasePath = @"/LM/W3SVC/1/Root/MyApp"; 103t.MetabasePath = @"/LM/W3SVC/1/Root/MyApp"; 116t.MetabasePath = @"/LM/W3SVC/1/Root/MyApp"; 190t.MetabasePath = @"/LM/W3SVC/1/Root/MyApp"; 204t.MetabasePath = @"/LM/W3SVC/1/Root/MyApp"; 218t.MetabasePath = @"/LM/W3SVC/1/Root/MyApp"; 232t.MetabasePath = @"/LM/W3SVC/1/Root/MyApp";
6 references to MetabasePath
Microsoft.Build.Tasks.Core (6)
AspNetCompiler.cs (6)
115get => (string)Bag[nameof(MetabasePath)]; 116set => Bag[nameof(MetabasePath)] = value; 201return VirtualPath ?? MetabasePath; 249commandLine.AppendSwitchIfNotNull("-m ", MetabasePath); 318if (MetabasePath != null && (VirtualPath != null || PhysicalPath != null)) 324if (MetabasePath == null && VirtualPath == null)