5 references to SetEqualsWithNullCheck
NuGet.ProjectModel (5)
ProjectRestoreMetadata.cs (1)
220
GetSources(Sources).
SetEqualsWithNullCheck
(GetSources(other.Sources), StringComparer.OrdinalIgnoreCase) &&
RestoreAuditProperties.cs (1)
98
SuppressedAdvisories.
SetEqualsWithNullCheck
(other.SuppressedAdvisories);
WarningProperties.cs (3)
83
EqualityUtility.
SetEqualsWithNullCheck
(WarningsAsErrors, other.WarningsAsErrors) &&
84
EqualityUtility.
SetEqualsWithNullCheck
(NoWarn, other.NoWarn) &&
85
EqualityUtility.
SetEqualsWithNullCheck
(WarningsNotAsErrors, other.WarningsNotAsErrors);