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