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