Beispiel #1
0
 public override void Mangle(ICFMangleContext context, Block.Regular block)
 {
     PropImpl.GetOrAdd(context, () => new Impl(this, context)).Mangle(block);
 }
 public InjectableType GetInjectableType(TypeMapping tm) => PropInjectable.GetOrAdd(tm, () => CheckSuitable(tm));