1 write to PathMetadata
Microsoft.DotNet.Arcade.Sdk.Tests (1)
GetAssemblyFullNameTests.cs (1)
27PathMetadata = "SomePath",
2 references to PathMetadata
Microsoft.DotNet.Arcade.Sdk (2)
src\GetAssemblyFullName.cs (2)
29var assemblyPath = string.IsNullOrEmpty(PathMetadata) ? item.ItemSpec : item.GetMetadata(PathMetadata);