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