src/libraries/shims/README.md
The projects under this directory are pure facade assemblies (also called shims) and don't contain any source code aside from System.Runtime.CompilerServices.TypeForwardedTo assembly attributes.
Currently, the following types of facades are checked-in:
Some facade folders contain reference source projects ("ref") in addition to source projects ("src"). Those might exist because of the source project referencing internal types or type forwarding to a different destination assembly. If only a source project exists, the compiled assembly will be included in both the targeting and the runtime pack.