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