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