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