Implemented interface member:
property
PhysicalPath
Microsoft.Build.Tasks.IAspNetCompilerTaskContract.PhysicalPath
6 references to PhysicalPath
Microsoft.Build.Tasks.Core (6)
AspNetCompiler.cs (6)
127get => (string)Bag[nameof(PhysicalPath)]; 128set => Bag[nameof(PhysicalPath)] = value; 199if (PhysicalPath != null) 201return PhysicalPath; 253commandLine.AppendSwitchIfNotNull("-p ", PhysicalPath); 319if (MetabasePath != null && (VirtualPath != null || PhysicalPath != null))