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