2 writes to UseSourcePath
Microsoft.Build.Tasks.Core (1)
GenerateResource.cs (1)
1311
resGen.
UseSourcePath
= UseSourcePath;
Microsoft.Build.Tasks.UnitTests (1)
ResourceHandling\ResGen_Tests.cs (1)
478
t.
UseSourcePath
= true;
4 references to UseSourcePath
Microsoft.Build.Tasks.Core (2)
ResGen.cs (2)
191
get => GetBoolParameterWithDefault(nameof(
UseSourcePath
), false);
192
set => Bag[nameof(
UseSourcePath
)] = value;
Microsoft.Build.Tasks.UnitTests (2)
ResourceHandling\ResGen_Tests.cs (2)
475
Assert.False(t.
UseSourcePath
); // "UseSourcePath should be false by default"
479
Assert.True(t.
UseSourcePath
); // "UseSourcePath should be true"