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