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)
215if (lp.ImplementsIConvertible)
Model\LoggingMethodParameter.cs (1)
52public bool IsStringifiable => HasCustomToString || ImplementsIConvertible || ImplementsIFormattable || IsEnumerable;