1 write to ImplementsIConvertible
Microsoft.Gen.Logging (1)
Parsing\Parser.cs (1)
590
ImplementsIConvertible
= paramTypeSymbol.ImplementsIConvertible(symbols),
2 references to ImplementsIConvertible
Microsoft.Gen.Logging (2)
Emission\Emitter.Method.cs (1)
208
if (lp.
ImplementsIConvertible
)
Model\LoggingMethodParameter.cs (1)
53
public bool IsStringifiable => HasCustomToString ||
ImplementsIConvertible
|| ImplementsIFormattable || IsEnumerable;