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