public static string GetHotpatchFieldName(this MethodReference method) { return(FieldPrefix + method.GetNormalizedFullName() + FieldSuffix); }