Base:
method
ProcessMethod
Mono.Linker.Steps.ProcessLinkerXmlBase.ProcessMethod(Mono.Cecil.TypeDefinition, Mono.Cecil.MethodDefinition, System.Xml.XPath.XPathNavigator, System.Object)
5 references to ProcessMethod
illink (5)
Linker.Steps\DescriptorMarker.cs (5)
213
ProcessMethod
(type, method, nav, customData);
258
ProcessMethod
(type, @event.AddMethod, nav, customData);
259
ProcessMethod
(type, @event.RemoveMethod, nav, customData);
278
ProcessMethod
(type, property.GetMethod, nav, customData);
283
ProcessMethod
(type, property.SetMethod, nav, customData);