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