1 write to ImplementsIFormattable
Microsoft.Gen.Logging (1)
Parser.cs (1)
666ImplementsIFormattable = paramTypeSymbol.ImplementsIFormattable(symbols),
2 references to ImplementsIFormattable
Microsoft.Gen.Logging (2)
Emitter.Method.cs (1)
228else if (lp.ImplementsIFormattable)
LoggingMethodParameter.cs (1)
52public bool IsStringifiable => HasCustomToString || ImplementsIConvertible || ImplementsIFormattable || IsEnumerable;