public static Dictionary <TypeDefinition, string> ConvertMapping(Dictionary <MemberIdentifier, string> originalMapping) { V_0 = new Dictionary <TypeDefinition, string>(); if (originalMapping == null) { return(V_0); } V_1 = originalMapping.GetEnumerator(); try { while (V_1.MoveNext()) { V_2 = V_1.get_Current(); V_3 = V_2.get_Key(); V_4 = ExternallyVisibleDecompilationUtilities.ResolveTypeInAssembly(ExternallyVisibleDecompilationUtilities.ResolveAssembly(V_3.get_Assembly()), V_3.get_UniqueMemberIdentifier()); V_0.Add(V_4, V_2.get_Value()); } } finally { ((IDisposable)V_1).Dispose(); } return(V_0); }