1 write to RuntimeTargets
Microsoft.Extensions.DependencyModel (1)
DependencyContextJsonReader.cs (1)
445RuntimeTargets = runtimeTargets,
2 references to RuntimeTargets
Microsoft.Extensions.DependencyModel (2)
DependencyContextJsonReader.cs (2)
795if (targetLibrary.RuntimeTargets != null) 797foreach (IGrouping<string?, RuntimeTargetEntryStub> ridGroup in targetLibrary.RuntimeTargets.GroupBy(e => e.Rid))