5 references to System_IFormattable
Microsoft.CodeAnalysis.CSharp (1)
Binder\Semantics\Conversions\Conversions.cs (1)
144
return (TypeSymbol.Equals(destination, Compilation.GetWellKnownType(WellKnownType.
System_IFormattable
), TypeCompareKind.ConsiderEverything) ||
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Symbols\MissingSpecialMember.cs (1)
688
WellKnownType.
System_IFormattable
,
Microsoft.CodeAnalysis.VisualBasic (3)
Binding\Binder_Conversions.vb (1)
1607
Debug.Assert(targetType.Equals(Compilation.GetWellKnownType(WellKnownType.
System_IFormattable
)) OrElse targetType.Equals(Compilation.GetWellKnownType(WellKnownType.System_FormattableString)))
Lowering\LocalRewriter\LocalRewriter_InterpolatedString.vb (1)
63
targetType.Equals(binder.Compilation.GetWellKnownType(WellKnownType.
System_IFormattable
)))
Semantics\Conversions.vb (1)
1226
destination.Equals(binder.Compilation.GetWellKnownType(WellKnownType.
System_IFormattable
)) _