1 write to ImplementsIConvertible
Microsoft.Gen.Logging (1)
Parsing\Parser.LogProperties.cs (1)
204ImplementsIConvertible = property.Type.ImplementsIConvertible(symbols),
2 references to ImplementsIConvertible
Microsoft.Gen.Logging (2)
Emission\Emitter.Method.cs (1)
223if (lp.ImplementsIConvertible)
Model\LoggingProperty.cs (1)
33public bool IsStringifiable => HasCustomToString || ImplementsIConvertible || ImplementsIFormattable || IsEnumerable;