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