11 writes to UseSourcePath
Microsoft.Build.Tasks.UnitTests (11)
ResourceHandling\GenerateResource_Tests.cs (5)
3482t.UseSourcePath = false; 3631t.UseSourcePath = false; 3686t.UseSourcePath = false; 3723t.UseSourcePath = true; 3766t.UseSourcePath = true;
ResourceHandling\GenerateResourceOutOfProc_Tests.cs (6)
2715t.UseSourcePath = false; 2862t.UseSourcePath = false; 2918t.UseSourcePath = false; 2942t.UseSourcePath = true; 2985t.UseSourcePath = true; 3146t.UseSourcePath = false;
4 references to UseSourcePath
Microsoft.Build.Tasks.Core (4)
GenerateResource.cs (4)
623if (UseSourcePath) 830UseSourcePath, 1311resGen.UseSourcePath = UseSourcePath; 2185_cache = ResGenDependencies.DeserializeCache(StateFile?.ItemSpec, UseSourcePath, Log);