1 write to ProjectFrameworks
NuGet.Commands (1)
RestoreCommand\Logging\WarningPropertiesCollection.cs (1)
49ProjectFrameworks = projectFrameworks ?? new ReadOnlyCollection<string>(new List<string>());
7 references to ProjectFrameworks
NuGet.Commands (7)
RestoreCommand\Logging\WarningPropertiesCollection.cs (7)
107if (ProjectFrameworks.Count > 0 && 108ProjectFrameworks.All(e => PackageSpecificWarningProperties.Contains(message.Code, message.LibraryId, e))) 115bool legacy = ProjectFrameworks.Count == 1 && string.IsNullOrEmpty(ProjectFrameworks[0]); 190hashCode.AddSequence(ProjectFrameworks); 214EqualityUtility.OrderedEquals(ProjectFrameworks, other.ProjectFrameworks, (fx) => fx, orderComparer: StringComparer.OrdinalIgnoreCase, StringComparer.OrdinalIgnoreCase);