When trimming in library mode we don't know if built-in COM will be disabled or enabled. If it's enabled, then nothing on the interface can be trimmed, similar to StructLayoutKind.Explicit. There are currently no situations in which BuiltInCom is enabled and trimming is enabled in app-mode, but that still shouldn't affect behavior in library mode, where we don't know.
When trimming in library mode we don't know if built-in COM will be disabled or enabled. If it's enabled, then nothing on the interface can be trimmed, similar to
StructLayoutKind.Explicit. There are currently no situations in which BuiltInCom is enabled and trimming is enabled in app-mode, but that still shouldn't affect behavior in library mode, where we don't know.