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