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