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)
187
ProcessMethod
(type, method, nav, customData);
229
ProcessMethod
(type, @event.AddMethod, nav, customData);
230
ProcessMethod
(type, @event.RemoveMethod, nav, customData);
248
ProcessMethod
(type, property.GetMethod, nav, customData);
253
ProcessMethod
(type, property.SetMethod, nav, customData);