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)
199
ProcessMethod
(type, method, nav, customData);
241
ProcessMethod
(type, @event.AddMethod, nav, customData);
242
ProcessMethod
(type, @event.RemoveMethod, nav, customData);
260
ProcessMethod
(type, property.GetMethod, nav, customData);
265
ProcessMethod
(type, property.SetMethod, nav, customData);