1 write to ImplementsIConvertible
Microsoft.Gen.Logging (1)
Parser.cs (1)
665ImplementsIConvertible = paramTypeSymbol.ImplementsIConvertible(symbols),
2 references to ImplementsIConvertible
Microsoft.Gen.Logging (2)
Emitter.Method.cs (1)
224if (lp.ImplementsIConvertible)
LoggingMethodParameter.cs (1)
52public bool IsStringifiable => HasCustomToString || ImplementsIConvertible || ImplementsIFormattable || IsEnumerable;