3 references to RuntimeTargetsKey
NuGet.ProjectModel (3)
LockFile\LockFileTargetLibrary.cs (3)
144get => GetListProperty<LockFileRuntimeTarget>(RuntimeTargetsKey); 145set => SetListProperty(RuntimeTargetsKey, value); 193&& IsListOrderedEqual<LockFileRuntimeTarget>(RuntimeTargetsKey, static o => o.Path)