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