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