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