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