2 writes to ProductDropName
Microsoft.DotNet.Build.Tasks.VisualStudio.Tests (2)
OptProf\GenerateTrainingPropsFileTests.cs (2)
20
ProductDropName
= "Products/DevDiv/dotnet/roslyn/12345",
48
ProductDropName
= null,
3 references to ProductDropName
Microsoft.DotNet.Build.Tasks.VisualStudio (3)
OptProf\GenerateTrainingPropsFile.cs (3)
43
bool hasDropName = !string.IsNullOrEmpty(
ProductDropName
);
44
if (hasDropName && !
ProductDropName
.StartsWith(ProductDropNamePrefix, StringComparison.Ordinal))
50
var dropName = hasDropName ?
ProductDropName
.Substring(ProductDropNamePrefix.Length) : "dummy";