1 instantiation of MethodInfo
CodeGenerator (1)
HttpUtilities\HttpUtilities.cs (1)
287return new MethodInfo
9 references to MethodInfo
CodeGenerator (9)
HttpUtilities\HttpUtilities.cs (9)
100private static string GetMethodsSection(List<MethodInfo> methodsInfo) 106var methodInfo = methodsInfo[index]; 120private static string GetMasksSection(List<MethodInfo> methodsInfo) 147private static string GetSetKnownMethodSection(List<MethodInfo> methodsInfo) 157var methodInfo = methodsInfo[index]; 172private static string GetMethodNamesSection(List<MethodInfo> methodsInfo) 182var methodInfo = methodsInfo[index]; 233private static string GetHttpMethodFieldName(MethodInfo methodsInfo) 281private static MethodInfo GetMethodStringAndUlongAndMaskLength(Tuple<string, string> method)