CreateRuntimeRootDescriptorFile.cs (5)
270AddMethod(methodName, classId, null, null, currentFeatureSwitch);
278AddMethod("get_" + propertyName, classId, null, null, currentFeatureSwitch);
285AddMethod("get_" + propertyName, classId, null, null, currentFeatureSwitch);
286AddMethod("set_" + propertyName, classId, null, null, currentFeatureSwitch);
333AddMethod(".ctor", classId, classNamespace, className);