3 references to IsTypeEqualHelper
ILCompiler.TypeSystem (3)
parent\parent\Common\TypeSystem\Common\MethodDesc.cs (3)
283if (!IsTypeEqualHelper(this._returnType, otherSignature._returnType, allowEquivalence, visited)) 297if (!IsTypeEqualHelper(this._parameters[i], otherSignature._parameters[i], allowEquivalence, visited)) 327!IsTypeEqualHelper(thisData.type, otherData.type, allowEquivalence, visited))