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