4 references to LockFileRuntimeTarget
NuGet.Commands (2)
RestoreCommand\Utility\LockFileUtils.cs (2)
965
ClearIfExists(items, static path => new
LockFileRuntimeTarget
(path));
988
results.Add(new
LockFileRuntimeTarget
(item.Path)
NuGet.ProjectModel (2)
LockFile\LockFileRuntimeTarget.cs (1)
17
public LockFileRuntimeTarget(string path, string runtime, string assetType) :
this
(path)
Utf8JsonStreamLockFileConverters.cs (1)
11
internal static readonly Utf8JsonStreamLockFileItemConverter<LockFileRuntimeTarget> LockFileRuntimeTargetConverter = new Utf8JsonStreamLockFileItemConverter<LockFileRuntimeTarget>((string filePath) => new
LockFileRuntimeTarget
(filePath));