3 references to GetPropertyName
Microsoft.DotNet.SourceBuild.Tasks (2)
src\UsageReport\WriteUsageReports.cs (1)
115string pvpIdent = WriteBuildOutputProps.GetPropertyName(id);
src\WriteBuildOutputProps.cs (1)
85string propertyName = GetPropertyName(packageIdentity.Id);
Microsoft.DotNet.SourceBuild.Tasks.Tests (1)
WriteBuildOutputPropsTests.cs (1)
15WriteBuildOutputProps.GetPropertyName("Microsoft.NETCore.App.Ref"));