21 references to SequenceEqual
ILCompiler.MetadataTransform (21)
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (21)
851if (!Value.SequenceEqual(other.Value)) return false; 1618if (!Value.SequenceEqual(other.Value)) return false; 2153if (!FixedArguments.SequenceEqual(other.FixedArguments)) return false; 2154if (!NamedArguments.SequenceEqual(other.NamedArguments)) return false; 2280if (!MethodSemantics.SequenceEqual(other.MethodSemantics)) return false; 2281if (!CustomAttributes.SequenceEqual(other.CustomAttributes)) return false; 2375if (!CustomAttributes.SequenceEqual(other.CustomAttributes)) return false; 2630if (!Constraints.SequenceEqual(other.Constraints)) return false; 2631if (!CustomAttributes.SequenceEqual(other.CustomAttributes)) return false; 2806if (!Parameters.SequenceEqual(other.Parameters)) return false; 2807if (!GenericParameters.SequenceEqual(other.GenericParameters)) return false; 2808if (!CustomAttributes.SequenceEqual(other.CustomAttributes)) return false; 2897if (!GenericTypeArguments.SequenceEqual(other.GenericTypeArguments)) return false; 3044if (!Parameters.SequenceEqual(other.Parameters)) return false; 3045if (!VarArgParameters.SequenceEqual(other.VarArgParameters)) return false; 3562if (!CustomAttributes.SequenceEqual(other.CustomAttributes)) return false; 3747if (!MethodSemantics.SequenceEqual(other.MethodSemantics)) return false; 3749if (!CustomAttributes.SequenceEqual(other.CustomAttributes)) return false; 3871if (!Parameters.SequenceEqual(other.Parameters)) return false; 4503if (!NestedTypes.SequenceEqual(other.NestedTypes)) return false; 4574if (!GenericTypeArguments.SequenceEqual(other.GenericTypeArguments)) return false;