private static RuntimeType WithDebugName(this RuntimeType runtimeType) { if (runtimeType != null) { runtimeType.EstablishDebugName(); } return(runtimeType); }
private static RuntimeType WithDebugName(this RuntimeType runtimeType) { #if DEBUG if (runtimeType != null) { runtimeType.EstablishDebugName(); } #endif return(runtimeType); }