3 references to AssetPaths
dotnet-svcutil-lib (1)
Shared\MSBuildProj.cs (1)
927foreach (var assetPath in assemblyGroup.AssetPaths)
Microsoft.Extensions.DependencyModel (2)
CollectionExtensions.cs (1)
43foreach (string path in group.AssetPaths)
DependencyContextExtensions.cs (1)
153return group.AssetPaths;