4 references to TypesAreEqual
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\MethodInfo.cs (3)
59
TypesAreEqual
(m.ReturnType, genericReturn.AssociatedSystemType));
65
if (!
TypesAreEqual
(parameters[i].ParameterType, genericParams[i].AssociatedSystemType))
132
if (!
TypesAreEqual
(parameters[i].ParameterType, genericInstanceParams[i].AssociatedSystemType))
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\PropertyInfo.cs (1)
61
if (!
TypesAreEqual
(parameters[i].ParameterType, genericInstanceParams[i].AssociatedSystemType))