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