3 overrides of GetMethodWithEquivalentSignature
ILCompiler.TypeSystem (3)
parent\parent\Common\TypeSystem\Common\InstantiatedType.cs (1)
172
public override MethodDesc
GetMethodWithEquivalentSignature
(Utf8Span name, MethodSignature signature, Instantiation substitution)
parent\parent\Common\TypeSystem\Ecma\EcmaType.cs (1)
339
public override EcmaMethod
GetMethodWithEquivalentSignature
(Utf8Span name, MethodSignature signature, Instantiation substitution)
parent\parent\Common\TypeSystem\RuntimeDetermined\RuntimeDeterminedType.cs (1)
136
public override MethodDesc
GetMethodWithEquivalentSignature
(Utf8Span name, MethodSignature signature, Instantiation substitution)
3 references to GetMethodWithEquivalentSignature
ILCompiler.TypeSystem (3)
parent\parent\Common\TypeSystem\Common\InstantiatedType.cs (1)
174
MethodDesc typicalMethodDef = _typeDef.
GetMethodWithEquivalentSignature
(name, signature, substitution);
parent\parent\Common\TypeSystem\Ecma\EcmaModule.cs (1)
624
method = typeDescToInspect.
GetMethodWithEquivalentSignature
(name, sig, substitution);
parent\parent\Common\TypeSystem\RuntimeDetermined\RuntimeDeterminedType.cs (1)
138
MethodDesc method = _rawCanonType.
GetMethodWithEquivalentSignature
(name, signature, substitution);