3 references to ProductDropName
Microsoft.DotNet.Build.Tasks.VisualStudio (3)
OptProf\GenerateTrainingPropsFile.cs (3)
47bool hasDropName = !string.IsNullOrEmpty(ProductDropName); 48if (hasDropName && !ProductDropName.StartsWith(ProductDropNamePrefix, StringComparison.Ordinal)) 54var dropName = hasDropName ? ProductDropName.Substring(ProductDropNamePrefix.Length) : "dummy";