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