2 overrides of GetMethod
illink (2)
Linker.Steps\DescriptorMarker.cs (1)
190
protected override MethodDefinition?
GetMethod
(TypeDefinition type, string signature)
Linker.Steps\LinkAttributesParser.cs (1)
531
protected override MethodDefinition?
GetMethod
(TypeDefinition type, string signature)
1 reference to GetMethod
illink (1)
Linker.Steps\ProcessLinkerXmlBase.cs (1)
309
MethodDefinition? method =
GetMethod
(type, signature);