9 references to AssetPaths
dotnet (2)
CommandFactory\CommandResolution\DepsJsonCommandResolver.cs (2)
135a.AssetPaths.Any(p => 141var candidateAssetPaths = candidateAssetGroup.AssetPaths.Where(
dotnet-svcutil-lib (1)
Shared\MSBuildProj.cs (1)
910foreach (var assetPath in assemblyGroup.AssetPaths)
Microsoft.Extensions.DependencyModel (2)
CollectionExtensions.cs (1)
43foreach (string path in group.AssetPaths)
DependencyContextExtensions.cs (1)
153return group.AssetPaths;
Microsoft.NET.Build.Tests (1)
GiventThatWeWantDesignerSupport.cs (1)
157.SelectMany(a => a.AssetPaths)
Microsoft.NET.Publish.Tests (3)
GivenThatWeWantToPublishAProjectWithAllFeatures.cs (2)
229library.RuntimeAssemblyGroups[0].AssetPaths.Count.Should().Be(1); 230library.RuntimeAssemblyGroups[0].AssetPaths[0].Should().Be($"{path}{dllName}.dll");
GivenThatWeWantToRunILLink.cs (1)
1867rag.AssetPaths.Any(f =>