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