Currently, there are still some native code elements named with COM prefix from the COM+ era, like COMFloat and COMDouble:
Can we rename them to things like CLRDouble, to make a clear distinction with COM interop? Are there any tools depending on these names?
Currently, there are still some native code elements named with COM prefix from the COM+ era, like COMFloat and COMDouble:
runtime/src/coreclr/classlibnative/inc/floatdouble.h
Line 10 in a5d13e2
Can we rename them to things like CLRDouble, to make a clear distinction with COM interop? Are there any tools depending on these names?