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