1 write to ImplementsIFormattable
Microsoft.Gen.Logging (1)
Parsing\Parser.cs (1)
591
ImplementsIFormattable
= paramTypeSymbol.ImplementsIFormattable(symbols),
2 references to ImplementsIFormattable
Microsoft.Gen.Logging (2)
Emission\Emitter.Method.cs (1)
212
else if (lp.
ImplementsIFormattable
)
Model\LoggingMethodParameter.cs (1)
53
public bool IsStringifiable => HasCustomToString || ImplementsIConvertible ||
ImplementsIFormattable
|| IsEnumerable;