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