5 references to AddMethod
ILLink.Tasks (5)
CreateRuntimeRootDescriptorFile.cs (5)
241 AddMethod (methodName, classId, null, null, currentFeatureSwitch); 247 AddMethod ("get_" + propertyName, classId, null, null, currentFeatureSwitch); 252 AddMethod ("get_" + propertyName, classId, null, null, currentFeatureSwitch); 253 AddMethod ("set_" + propertyName, classId, null, null, currentFeatureSwitch); 296 AddMethod (".ctor", classId, classNamespace, className);