1 write to MaskLength
CodeGenerator (1)
HttpUtilities\HttpUtilities.cs (1)
292
MaskLength
= method.Item1.Length
5 references to MaskLength
CodeGenerator (5)
HttpUtilities\HttpUtilities.cs (5)
122
var distinctLengths = methodsInfo.Select(m => m.
MaskLength
).Distinct().ToList();
151
methodsInfo.Sort((t1, t2) => t1.
MaskLength
.CompareTo(t2.
MaskLength
));
158
var maskFieldName = GetMaskFieldName(methodInfo.
MaskLength
);
161
result.AppendFormat(CultureInfo.InvariantCulture, " SetKnownMethod({0}, {1}, HttpMethod.{3}, {4});", maskFieldName, httpMethodFieldName, typeof(String).Name, methodInfo.HttpMethod, methodInfo.
MaskLength
- 1);