private static double smethod_19(BfType bfType_0) { BfType bfType = (BfType)bfType_0; return((double)(bfType.Methods.Count + bfType.Events.Count + bfType.Fields.Count)); }
public LightType(BfType type, string childType) { this.bfType_0 = type; this.string_0 = childType; }
private static double smethod_18(BfType bfType_0) { return((double)((BfType)bfType_0).Events.Count); }
private static double smethod_17(BfType bfType_0) { return((double)((BfType)bfType_0).Fields.Count); }
private static double smethod_15(BfType bfType_0) { return((double)((BfType)bfType_0).TypesUsing.Count); }
private static bool smethod_12(BfType bfType_0) { return(!bfType_0.IsInCoreAssembly); }
private static BfNamespace smethod_11(BfType bfType_0) { return(bfType_0.Namespace); }