Implemented interface member:
property
VirtualPath
Microsoft.Build.Tasks.IAspNetCompilerTaskContract.VirtualPath
8 writes to VirtualPath
Microsoft.Build.Tasks.UnitTests (8)
AspNetCompiler_Tests.cs (8)
51
t.
VirtualPath
= @"/MyApp";
91
t.
VirtualPath
= @"/MyApp";
131
t.
VirtualPath
= @"/MyApp";
146
t.
VirtualPath
= @"/MyApp";
174
t.
VirtualPath
= @"/MyApp";
205
t.
VirtualPath
= @"/MyApp";
219
t.
VirtualPath
= @"/MyApp";
233
t.
VirtualPath
= @"/MyApp";
6 references to VirtualPath
Microsoft.Build.Tasks.Core (6)
AspNetCompiler.cs (6)
147
get => (string)Bag[nameof(
VirtualPath
)];
148
set => Bag[nameof(
VirtualPath
)] = value;
201
return
VirtualPath
?? MetabasePath;
250
commandLine.AppendSwitchIfNotNull("-v ",
VirtualPath
);
318
if (MetabasePath != null && (
VirtualPath
!= null || PhysicalPath != null))
324
if (MetabasePath == null &&
VirtualPath
== null)