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";