3 references to TypesEqual
System.Windows.Forms.Design (3)
System\ComponentModel\Design\Serialization\CodeDomDesignerLoader.cs (3)
488if ((string.Equals(newField.Name, docField.Name)) && newField.Attributes == docField.Attributes && TypesEqual(newField.Type, docField.Type)) 938if (!TypesEqual(typeLeft.TypeArguments[i], typeRight.TypeArguments[i])) 947return TypesEqual(typeLeft.ArrayElementType!, typeRight.ArrayElementType!);