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