1 write to UseSourcePath
Microsoft.Build.Tasks.Core (1)
GenerateResource.cs (1)
1311
resGen.
UseSourcePath
= UseSourcePath;
2 references to UseSourcePath
Microsoft.Build.Tasks.Core (2)
ResGen.cs (2)
191
get => GetBoolParameterWithDefault(nameof(
UseSourcePath
), false);
192
set => Bag[nameof(
UseSourcePath
)] = value;