WellKnownMember.System_String__Format_IFormatProvider
should actually be a SpecialMember
#72280
Labels
Area-Compilers
Bug
Concept-API
This issue involves adding, removing, clarification, or modification of an API.
Milestone
The
string
type must come from the core library, therefore, it's method should also come from the same library.It looks like the only reference that we have for
WellKnownType.System_IFormatProvider
is the signature specification forWellKnownMember.System_String__Format_IFormatProvider
, so we should simply move it to theSpecialType
set. The rest of the types used in the signature are special types already.The text was updated successfully, but these errors were encountered: